1 Installing Faustine on a Unix machine
2 =====================================
8 * Faust is needed (tested version: 0.9.44).
9 * OCaml is needed (tested version: 4.00.1).
10 * The external "libsndfile-ocaml" OCaml module is needed.
11 * The GNU C compiler gcc is recommended.
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 the top directory, do:
25 This generates the configuration file "Makefile".
26 You will be asked for include paths:
28 * libsndfile-ocaml path
31 2- From the top directory, do:
35 This builds Faustine interpreter and Faust compiler for the first time.
36 This phase is fairly verbose; consider redirecting the output to a file:
41 3- (Optional) To be test things work well, you can try to
42 test -- that is, to process a sine wave with
43 the newly created interpreter. From the top directory, do:
49 -- Karim Barkati and Haisheng Wang, 2013