Merge pull request #2621 from diffblue/amazon-linux-instructions

instructions for Amazon Linux
This commit is contained in:
Daniel Kroening 2018-07-26 13:18:30 +01:00 committed by GitHub
commit 738ecad810
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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:
```