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 e1fc49f commit c1ef758Copy full SHA for c1ef758
COMPILING.md
@@ -37,11 +37,11 @@ We assume that you have a Debian/Ubuntu or Red Hat-like distribution.
37
To compile JBMC, you additionally need the JDK and the java-models-library.
38
For the JDK, on Debian-like distributions, do as root:
39
```
40
- apt-get install unzip openjdk-8-jdk
+ apt-get install openjdk-8-jdk maven
41
42
On Red Hat/Fedora or derivates, do as root:
43
44
- dnf install unzip java-1.8.0-openjdk-devel
+ dnf install java-1.8.0-openjdk-devel maven
45
46
47
2. As a user, get the CBMC source via
0 commit comments