We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1fc49f + ad1b1d8 commit 03bdf37Copy full SHA for 03bdf37
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
@@ -220,7 +220,7 @@ require manual modification of build files.
220
221
- On Red Hat/Fedora or derivates, do
222
223
- yum install cmake
+ dnf install cmake
224
225
- On macOS, do
226
0 commit comments