Skip to content

Commit

Permalink
Update README for opam
Browse files Browse the repository at this point in the history
It is easy to build under opam, give explicity instructions for this.
  • Loading branch information
David Brown committed Aug 12, 2013
1 parent 81b2fb0 commit 04221fb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.org
Expand Up @@ -40,3 +40,20 @@ Unfortunately, several libraries pull in camomile, which has a
dependency on a fairly large runtime library. TODO: Figure out how to
point directly at this library so that this can be used on a rescue
image.

* Opam

Things are easier to install with opam.

- install opam

- opam init
follow the instructions

- opam install ocamlfind

- opam install ounit ocamlnet pxp sqlite3-ocaml camlzip batteries \
cryptokit

(note that in some instances, opam will build things multiple
times if you do the install steps separately)

0 comments on commit 04221fb

Please sign in to comment.