Skip to content

Commit

Permalink
- Updated to the new Makefiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
chris_77 committed Mar 23, 2008
1 parent ccbb41b commit 693445e
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions INSTALL
Expand Up @@ -8,20 +8,17 @@
1. Compilation

./configure to check for dependencies
make for the target(s) supported by your platform
make byte for the bytecode library
make opt for the native code library
make for both

2. Installation
2. Installation (requires ocamlfind)

make install-byte install the bytecode library
make install-opt install the native code library
make install install both
make install install the library

3. Example

make ex compile the "file" example in both bytecode and
native code
make examples compile examples

4. Documentation

Expand Down

0 comments on commit 693445e

Please sign in to comment.