summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorAlasdair Armstrong2018-05-30 16:56:29 +0100
committerGitHub2018-05-30 16:56:29 +0100
commit0f1f769830d320ee7263e5ad04b5c4a554491b83 (patch)
tree95fbdbf5e0953f2a31e4a9fe3ba53cd612cb7071 /INSTALL.md
parentfcafb9224c3b7a023e75d5712c421942ca94d811 (diff)
Update INSTALL.md
Some tweaks to installation instructions for latest OCaml versions (4.05 and 4.06)
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index a9d7d060..61469875 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -51,6 +51,8 @@ cd ..
Lem
---
+If you are using OCaml 4.06, you'll need to run `opam install num` before building lem.cd
+
```
git clone git@github.com:rems-project/lem.git
cd lem
@@ -63,6 +65,8 @@ cd ../..
Linksem
-------
+Make sure the LEMLIB environment variable is set correctly before building linksem. This should be the library directory within the checked-out lem directory.
+
```
git clone git@github.com:rems-project/linksem.git
cd linksem