X-Git-Url: https://scm.cri.minesparis.psl.eu/git/Faustine.git/blobdiff_plain/b819e0432190f4c66d2e074345bec1da7a07ed13..66f23d4fabf89ad09adbd4dfc15ac6b5b2b7da83:/INSTALL.txt

diff --git a/INSTALL.txt b/INSTALL.txt
index 692d4fb..af2592e 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -6,7 +6,6 @@ PREREQUISITES
 -------------
 
 * OCaml is needed (tested version: 4.00.1).
-* The external "libsndfile-ocaml" OCaml module is needed.
 * The GNU C compiler gcc is recommended.
 
 
@@ -21,24 +20,22 @@ INSTALLATION INSTRUCTIONS
 
         ./configure
 
-This generates the configuration file "Makefile".
-You will be asked for include paths:
-* your OCaml path
-* your libsndfile-ocaml path
-
-
 2- From the top directory, do:
 
         make
 
-This builds Faustine interpreter (and an adhoc Faust multirate preprocessor) 
-for the first time. 
+This builds Faustine interpreter (and an adhoc Faust multirate preprocessor). 
 This phase is fairly verbose; consider redirecting the output to a file:
 
         make > makelog.txt
 
+3- From the top directory, do:
+
+        make install
+
+This installs Faustine interpreter and libraries (by default in /usr/local/bin and /usr/local/lib). 
 
-3- (Optional) To be test things work well, you can try to
+4- (Optional) To be test things work well, you can try to
 test -- that is, to process a sine wave with
 the newly created interpreter. From the top directory, do: