Skip to content

Commit c1ef758

Browse files
author
Daniel Kroening
committed
jbmc build now uses Maven, not unzip
1 parent e1fc49f commit c1ef758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

COMPILING.md

Lines changed: 2 additions & 2 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

0 commit comments

Comments
 (0)