X-Git-Url: https://svn.cri.ensmp.fr/git/Faustine.git/blobdiff_plain/63ee8bb67299f017e4ab5cd087439457a2d38c38..d1264199304ae2d1ce738fba3b4099fad23244aa:/README.txt diff --git a/README.txt b/README.txt index b0ff5d1..23be6f4 100644 --- a/README.txt +++ b/README.txt @@ -1,8 +1,13 @@ OVERVIEW ======== +VERSION : 1.0 + +======== + Faustine is an interpreter for multi-rate FAUST programs, written in OCaml, -at CRI of MINES ParisTech. +at CRI of MINES ParisTech, and covered by the GNU Public License V3 (see +LICENSE.txt). FAUST (Functional Audio Stream) is a functional programming language specifically designed for real-time signal processing and @@ -24,16 +29,16 @@ Yann Orlarey, 2009: CONTENTS -------- + benchmarks/ benchmark result files Changes.txt what's new with each release - INSTALL instructions for installation - LICENSE license and copyright notice - Makefile main Makefile generated by configure - Makefile.in main Makefile body - README this file - configure configuration script + configure compilation configuration script examples/ vector examples (fft, image processing...) - interpretor/ Faustine's interpretor source code - libs/ external libraries + INSTALL.txt Faustine installation instructions + interpreter/ Faustine's interpreter source code + lib/ library files in Faustine (fft.lib, morpho.lib...) + LICENSE.txt license and copyright notice + Makefile main Makefile to compile and install + README.txt this file INSTALLATION @@ -45,7 +50,7 @@ See the file INSTALL. UPDATE ------ -Faustine's git repository can be cloned with correct rights: +Faustine's git repository can be cloned (with correct rights): git clone https://scm.cri.ensmp.fr/git/Faustine.git @@ -68,4 +73,4 @@ Emacs Info files. It is available on the World Wide Web, at --- Karim Barkati and Haisheng Wang, 2013 +-- Karim Barkati and Haisheng Wang, MINES ParisTech, 2013