Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
Included sentence on opam config env, and running a test binary.
  • Loading branch information
aziem committed Jul 18, 2016
1 parent 280d81e commit aa76ad2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bindings/ocaml/README
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@ correct location. The default location is

To Build:

1. Install opam
1. Install opam. Make sure to run eval `opam config env` to make sure
environment variables are set properly.

2. Install necessary packages:

opam install ctypes ctypes-foreign uchar result ocamlfind

4. Run make

5. Test the bindings by running ./test-bindings.native

To rebuild the build files (make, configure etc) run oasis setup

To install the bindings run make install
Expand Down

0 comments on commit aa76ad2

Please sign in to comment.