diff options
| author | Alasdair Armstrong | 2018-05-30 16:56:29 +0100 |
|---|---|---|
| committer | GitHub | 2018-05-30 16:56:29 +0100 |
| commit | 0f1f769830d320ee7263e5ad04b5c4a554491b83 (patch) | |
| tree | 95fbdbf5e0953f2a31e4a9fe3ba53cd612cb7071 /INSTALL.md | |
| parent | fcafb9224c3b7a023e75d5712c421942ca94d811 (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.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
