Skip to content

Commit 738ecad

Browse files
author
Daniel Kroening
authored
Merge pull request #2621 from diffblue/amazon-linux-instructions
instructions for Amazon Linux
2 parents 08bd1a8 + 745670b commit 738ecad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

COMPILING.md

+5
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ We assume that you have a Debian/Ubuntu or Red Hat-like distribution.
2929
```
3030
Note that you need g++ version 5.0 or newer.
3131

32+
On Amazon Linux and similar distributions, do as root:
33+
```
34+
yum install gcc72-c++ flex bison perl-libwww-perl patch
35+
```
36+
3237
To compile JBMC, you additionally need the JDK and the java-models-library.
3338
For the JDK, on Debian-like distributions, do as root:
3439
```

0 commit comments

Comments
 (0)