Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
beurdouche committed Feb 18, 2017
1 parent 4f4e839 commit 91247c1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions INSTALL.md
Expand Up @@ -17,12 +17,16 @@ The only prerequisite to install F* and KreMLin is OCaml.
Please install the OCaml compiler and the OPAM package manager.

Then, from the Hacl* root repository:
```make prepare```
```
make prepare
```

This will install required OPAM packages and build F* and Kremlin.

To generate the library, run:
```make```
```
make
```

### Verifying / extracting the code

Expand Down

0 comments on commit 91247c1

Please sign in to comment.