Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions COMPILING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ We assume that you have a Debian/Ubuntu or Red Hat-like distribution.
To compile JBMC, you additionally need the JDK and the java-models-library.
For the JDK, on Debian-like distributions, do as root:
```
apt-get install unzip openjdk-8-jdk
apt-get install openjdk-8-jdk maven
```
On Red Hat/Fedora or derivates, do as root:
```
dnf install unzip java-1.8.0-openjdk-devel
dnf install java-1.8.0-openjdk-devel maven
```

2. As a user, get the CBMC source via
Expand Down Expand Up @@ -220,7 +220,7 @@ require manual modification of build files.
```
- On Red Hat/Fedora or derivates, do
```
yum install cmake
dnf install cmake
```
- On macOS, do
```
Expand Down