Skip to content

Commit 03bdf37

Browse files
author
Daniel Kroening
authored
Merge pull request diffblue#2755 from diffblue/COMPILING-again
Update compilation instructions
2 parents e1fc49f + ad1b1d8 commit 03bdf37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

COMPILING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ We assume that you have a Debian/Ubuntu or Red Hat-like distribution.
3737
To compile JBMC, you additionally need the JDK and the java-models-library.
3838
For the JDK, on Debian-like distributions, do as root:
3939
```
40-
apt-get install unzip openjdk-8-jdk
40+
apt-get install openjdk-8-jdk maven
4141
```
4242
On Red Hat/Fedora or derivates, do as root:
4343
```
44-
dnf install unzip java-1.8.0-openjdk-devel
44+
dnf install java-1.8.0-openjdk-devel maven
4545
```
4646

4747
2. As a user, get the CBMC source via
@@ -220,7 +220,7 @@ require manual modification of build files.
220220
```
221221
- On Red Hat/Fedora or derivates, do
222222
```
223-
yum install cmake
223+
dnf install cmake
224224
```
225225
- On macOS, do
226226
```

0 commit comments

Comments
 (0)