summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjp2020-02-12 17:48:03 +0000
committerjp2020-02-12 17:48:03 +0000
commit49275011e172b8bb587a6e7f023deeac9343d8bb (patch)
treee3e3c56144e541fe1a01d954e793448dc58deccb
parented8bccd927306551f93d5aab8d0e2a92b9e5d227 (diff)
made list of required ubuntu packages complete
-rw-r--r--INSTALL.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 4beef8a5..574f871e 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -26,7 +26,7 @@ opam repository add rems https://github.com/rems-project/opam-repository.git
```
Install system dependencies, on Ubuntu:
```
-sudo apt-get install build-essential libgmp-dev z3
+sudo apt-get install build-essential libgmp-dev z3 pkg-config zlib1g-dev
```
or [MacOS homebrew](https://brew.sh/):
```