Skip to content

Commit 745670b

Browse files
author
Daniel Kroening
committed
instructions for Amazon Linux
1 parent 299417b commit 745670b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

COMPILING.md

Lines changed: 5 additions & 0 deletions
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)