INSTALL.txt review.
authorKarim Barkati <karimbarkati@gmail.com>
Tue, 17 Sep 2013 13:31:49 +0000 (15:31 +0200)
committerKarim Barkati <karimbarkati@gmail.com>
Tue, 17 Sep 2013 14:36:55 +0000 (16:36 +0200)
INSTALL.txt
README.txt

index af2592e..ebfb17d 100644 (file)
@@ -5,8 +5,9 @@ Installing Faustine on a Unix machine
 PREREQUISITES
 -------------
 
 PREREQUISITES
 -------------
 
-* OCaml is needed (tested version: 4.00.1).
+* OCaml is needed (tested versions: 3.12.1, 4.00.1).
 * The GNU C compiler gcc is recommended.
 * The GNU C compiler gcc is recommended.
+* Standard development utilities are required, such as `make' (install XCode command line tools on Mac OS).
 
 
 INSTALLATION INSTRUCTIONS
 
 
 INSTALLATION INSTRUCTIONS
@@ -16,11 +17,11 @@ INSTALLATION INSTRUCTIONS
 
         git clone https://scm.cri.ensmp.fr/git/Faustine.git
 
 
         git clone https://scm.cri.ensmp.fr/git/Faustine.git
 
-1- Configure the system. From the top directory, do:
+1- Configure the system. From within the Faustine directory, do:
 
         ./configure
 
 
         ./configure
 
-2- From the top directory, do:
+2- From within the Faustine directory, do:
 
         make
 
 
         make
 
@@ -29,18 +30,18 @@ This phase is fairly verbose; consider redirecting the output to a file:
 
         make > makelog.txt
 
 
         make > makelog.txt
 
-3- From the top directory, do:
+3- From within the Faustine directory, do:
 
 
-        make install
+        sudo make install
 
 This installs Faustine interpreter and libraries (by default in /usr/local/bin and /usr/local/lib). 
 
 4- (Optional) To be test things work well, you can try to
 test -- that is, to process a sine wave with
 
 This installs Faustine interpreter and libraries (by default in /usr/local/bin and /usr/local/lib). 
 
 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:
+the newly created interpreter. From the Faustine directory, do:
 
         make test
 
 
 
 
         make test
 
 
 
--- Karim Barkati and Haisheng Wang, 2013
+-- Karim Barkati and Haisheng Wang, MINES ParisTech, 2013
index b55749e..5441db1 100644 (file)
@@ -25,11 +25,11 @@ Yann Orlarey, 2009:
 CONTENTS
 --------
 
 CONTENTS
 --------
 
-  architecture/         library files in Faustine (fft.lib, morpho.libÉ)
+  architecture/         library files in Faustine (fft.lib, morpho.lib...)
   benchmarks/           benchmark result files
   Changes.txt           what's new with each release
   configure             compilation configuration script
   benchmarks/           benchmark result files
   Changes.txt           what's new with each release
   configure             compilation configuration script
-  examples/             vector examples (fft, image processingÉ)
+  examples/             vector examples (fft, image processing...)
   INSTALL.txt           Faustine installation instructions
   interpreter/          Faustine's interpreter source code
   LICENSE.txt           license and copyright notice
   INSTALL.txt           Faustine installation instructions
   interpreter/          Faustine's interpreter source code
   LICENSE.txt           license and copyright notice