Skip to content

instructions for Amazon Linux #2621

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 26, 2018
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
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:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Explicitly note this is ~= RHEL and therefore presumably Fedora too?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, these now got dnf

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