File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ We assume that you have a Debian/Ubuntu or Red Hat-like distribution.
37
37
To compile JBMC, you additionally need the JDK and the java-models-library.
38
38
For the JDK, on Debian-like distributions, do as root:
39
39
```
40
- apt-get install unzip openjdk-8-jdk
40
+ apt-get install openjdk-8-jdk maven
41
41
```
42
42
On Red Hat/Fedora or derivates, do as root:
43
43
```
44
- dnf install unzip java-1.8.0-openjdk-devel
44
+ dnf install java-1.8.0-openjdk-devel maven
45
45
```
46
46
47
47
2 . As a user, get the CBMC source via
@@ -220,7 +220,7 @@ require manual modification of build files.
220
220
```
221
221
- On Red Hat/Fedora or derivates, do
222
222
```
223
- yum install cmake
223
+ dnf install cmake
224
224
```
225
225
- On macOS, do
226
226
```
You can’t perform that action at this time.
0 commit comments