1 Installing Faustine on a Unix machine
2 =====================================
8 * OCaml is needed (tested versions: 3.12.1, 4.00.1).
9 * Faust is needed (tested version: 0.9.24).
10 * The GNU C compiler gcc is recommended.
11 * Standard development utilities are required, such as `make' (install XCode command line tools on Mac OS).
14 INSTALLATION INSTRUCTIONS
15 -------------------------
17 0- Faustine's git repository can be cloned calling:
19 git clone https://scm.cri.ensmp.fr/git/Faustine.git
21 1- Configure the system. From within the Faustine directory, do:
25 2- From within the Faustine directory, do:
29 This builds Faustine interpreter (and an adhoc Faust multirate preprocessor).
30 This phase is fairly verbose; consider redirecting the output to a file:
34 3- From within the Faustine directory, do:
38 This installs Faustine interpreter and libraries (by default in /usr/local/bin and /usr/local/lib).
40 4- (Optional) To be test things work well, you can try to
41 test -- that is, to process a sine wave with
42 the newly created interpreter. From the Faustine directory, do:
48 -- Karim Barkati and Haisheng Wang, MINES ParisTech, 2013