diff options
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 |
