Rename interpretor to interpreter.
[Faustine.git] / interpretor / preprocessor / faust-0.9.47mr3 / tools / faust2appls / README
diff --git a/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/README b/interpretor/preprocessor/faust-0.9.47mr3/tools/faust2appls/README
deleted file mode 100644 (file)
index 383f748..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-This folder contains useful scripts that combines faust and g++ to generates executable binary.
-You can use 'sudo make install' to install them. 
-
-
-1) The following scripts generate audio applications
-
-faust2jack <file1.dsp>...       : create jack-gtk  applications for each input file
-
-faust2jaqt <file.dsp>...        : create jack-qt applications for each input file
-
-faust2alsa <file1.dsp>...       : create alsa-gtk applications for each input file
-
-faust2plot  <file1.dsp>...      : create a matplot application for each input file
-
-faust2coreaudio  <file1.dsp>... : create a coreaudio-qt application for each input file
-
-
-2) The following scripts can be used to generate block diagrams
-
-faust2svg  <file1.dsp>...       : create svg block-diagrams for each input file
-
-faust2png  <file1.dsp>...       : create svg block-diagrams for each input file
-
-faust2eps  <file1.dsp>...       : create svg block-diagrams for each input file
-
-
-3) The following scripts also integrate a visualization :
-
-faust2firefox  <file1.dsp>...   : faust2svg with visualization using firefox
-
-faust2octave <file.dsp>         : faust2plot with visualization using octave