PREREQUISITES
-------------
-* Faust is needed (tested version: 0.9.44).
* OCaml is needed (tested version: 4.00.1).
* The external "libsndfile-ocaml" OCaml module is needed.
* The GNU C compiler gcc is recommended.
This generates the configuration file "Makefile".
You will be asked for include paths:
-* OCaml path
-* libsndfile-ocaml path
+* your OCaml path
+* your libsndfile-ocaml path
2- From the top directory, do:
make
-This builds Faustine interpreter and Faust compiler for the first time.
+This builds Faustine interpreter (and an adhoc Faust multirate preprocessor)
+for the first time.
This phase is fairly verbose; consider redirecting the output to a file:
make > makelog.txt
--- Karim Barkati and Haisheng Wang, 2013
\ No newline at end of file
+-- Karim Barkati and Haisheng Wang, 2013
CONTENTS
--------
- Changes what's new with each release
+ Changes.txt what's new with each release
INSTALL instructions for installation
LICENSE license and copyright notice
- Makefile main Makefile
+ Makefile main Makefile generated by configure
+ Makefile.in main Makefile body
README this file
- config/ autoconfiguration stuff
- emacs/ OCaml editing mode and debugger interface for GNU Emacs
- lex/ lexer generator
- otherlibs/ several external libraries
- parsing/ syntax analysis
- stdlib/ standard library
- tools/ various utilities
- toplevel/ interactive system
- typing/ typechecking
- utils/ utility libraries
- yacc/ parser generator
+ configure configuration script
+ examples/ vector examples (fft, image processing...)
+ interpretor/ Faustine's interpretor source code
+ libs/ external libraries
INSTALLATION
--- Karim Barkati and Haisheng Wang, 2013
\ No newline at end of file
+-- Karim Barkati and Haisheng Wang, 2013