Skip to content

Commit

Permalink
instructions for Amazon Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kroening committed Jul 26, 2018
1 parent 299417b commit 745670b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions COMPILING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ We assume that you have a Debian/Ubuntu or Red Hat-like distribution.
```
Note that you need g++ version 5.0 or newer.

On Amazon Linux and similar distributions, do as root:
```
yum install gcc72-c++ flex bison perl-libwww-perl patch
```

To compile JBMC, you additionally need the JDK and the java-models-library.
For the JDK, on Debian-like distributions, do as root:
```
Expand Down

0 comments on commit 745670b

Please sign in to comment.