We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5944a7 commit 94b66d3Copy full SHA for 94b66d3
COMPILING.md
@@ -34,14 +34,15 @@ We assume that you have a Debian/Ubuntu or Red Hat-like distribution.
34
yum install gcc72-c++ flex bison perl-libwww-perl patch tar
35
```
36
37
- To compile JBMC, you additionally need the JDK and Maven 3.
+ To compile JBMC, you additionally need the JDK and Maven 3. You also
38
+ need jq if you wish to run the entire test suite.
39
On Debian-like distributions, do as root:
40
- apt-get install openjdk-8-jdk maven
41
+ apt-get install openjdk-8-jdk maven jq
42
43
On Red Hat/Fedora or derivates, do as root:
44
- dnf install java-1.8.0-openjdk-devel maven
45
+ dnf install java-1.8.0-openjdk-devel maven jq
46
47
48
2. As a user, get the CBMC source via
0 commit comments