Install, Readme and Changes files updated. Documentation removed.
[Faustine.git] / INSTALL.txt
similarity index 82%
rename from INSTALL
rename to INSTALL.txt
index 15636c0..692d4fb 100644 (file)
--- a/INSTALL
@@ -5,7 +5,6 @@ Installing Faustine on a Unix machine
 PREREQUISITES
 -------------
 
-* Faust is needed (tested version: 0.9.44).
 * OCaml is needed (tested version: 4.00.1).
 * The external "libsndfile-ocaml" OCaml module is needed.
 * The GNU C compiler gcc is recommended.
@@ -24,15 +23,16 @@ INSTALLATION INSTRUCTIONS
 
 This generates the configuration file "Makefile".
 You will be asked for include paths:
-* OCaml path
-* libsndfile-ocaml path
+* your OCaml path
+* your libsndfile-ocaml path
 
 
 2- From the top directory, do:
 
         make
 
-This builds Faustine interpreter and Faust compiler for the first time. 
+This builds Faustine interpreter (and an adhoc Faust multirate preprocessor) 
+for the first time. 
 This phase is fairly verbose; consider redirecting the output to a file:
 
         make > makelog.txt
@@ -46,4 +46,4 @@ the newly created interpreter. From the top directory, do:
 
 
 
--- Karim Barkati and Haisheng Wang, 2013
\ No newline at end of file
+-- Karim Barkati and Haisheng Wang, 2013