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