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
4 changes: 2 additions & 2 deletions COMPILING.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ We assume that you have a Debian/Ubuntu or Red Hat-like distribution.
```
Note that you need g++ version 7.0 or newer.

On Amazon Linux and similar distributions, do as root:
On Amazon Linux 2023 and similar distributions, do as root:
```
yum install gcc72-c++ flex bison curl patch tar
yum install gcc-c++ flex bison patch tar
Comment thread
tautschnig marked this conversation as resolved.
```

To compile JBMC, you additionally need the JDK and Maven 3. You also
Expand Down
Loading