From 693445ec9d2f71e0b3014c012bb66905e2f958b3 Mon Sep 17 00:00:00 2001 From: chris_77 Date: Sun, 23 Mar 2008 15:24:42 +0000 Subject: [PATCH] - Updated to the new Makefiles. --- INSTALL | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/INSTALL b/INSTALL index d51572f..b5315eb 100644 --- a/INSTALL +++ b/INSTALL @@ -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