Skip to content

Commit c37284f

Browse files
committed
Update compilation instructions to install jq
1 parent a5944a7 commit c37284f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

COMPILING.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,15 @@ We assume that you have a Debian/Ubuntu or Red Hat-like distribution.
3434
yum install gcc72-c++ flex bison perl-libwww-perl patch tar
3535
```
3636

37-
To compile JBMC, you additionally need the JDK and Maven 3.
37+
To compile JBMC, you additionally need the JDK and Maven 3. You also
38+
need jq to run the test suite.
3839
On Debian-like distributions, do as root:
3940
```
40-
apt-get install openjdk-8-jdk maven
41+
apt-get install openjdk-8-jdk maven jq
4142
```
4243
On Red Hat/Fedora or derivates, do as root:
4344
```
44-
dnf install java-1.8.0-openjdk-devel maven
45+
dnf install java-1.8.0-openjdk-devel maven jq
4546
```
4647

4748
2. As a user, get the CBMC source via

0 commit comments

Comments
 (0)