Skip to content
Open
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
10 changes: 5 additions & 5 deletions COMPILING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ files.
--version`. To install CMake:
- On Debian-like distributions, do
```
apt-get install g++ gcc flex bison make git curl patch cmake
apt-get install g++ gcc flex bison make git curl patch cmake z3
```
- On Red Hat/Fedora or derivates, do
```
dnf install gcc gcc-c++ flex bison curl patch cmake
dnf install gcc gcc-c++ flex bison curl patch cmake z3
```
- On macOS, do
```
Expand Down Expand Up @@ -144,11 +144,11 @@ We assume that you have a Debian/Ubuntu or Red Hat-like distribution.
The GNU Make needs to be version 3.81 or higher.
On Debian-like distributions, do as root:
```
apt-get install g++ gcc flex bison make git curl patch
apt-get install g++ gcc flex bison make git curl patch z3
```
On Red Hat/Fedora or derivates, do as root:
```
dnf install gcc gcc-c++ flex bison curl patch
dnf install gcc gcc-c++ flex bison curl patch z3
```
Note that you need g++ version 7.0 or newer.

Expand Down Expand Up @@ -222,7 +222,7 @@ Maven 3 manually.

1. As root, get the necessary development tools:
```
pkg install gcc-c++-7 bison flex
pkg install gcc-c++-7 bison flex z3

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Solaris appears not to have a z3 package

```
2. As a user, get the CBMC source via
```
Expand Down
Loading