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
-2- From the top directory, do:
+2- From within the Faustine directory, do:
make
make > makelog.txt
-3- From the top directory, do:
+3- From 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
-the newly created interpreter. From the top directory, do:
+the newly created interpreter. From the Faustine directory, do:
make test
--- Karim Barkati and Haisheng Wang, 2013
+-- Karim Barkati and Haisheng Wang, MINES ParisTech, 2013