-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
36 lines (27 loc) · 1023 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
FAUSTWORKS (© GRAME 2013)
=========================
FaustWorks is an IDE (Integrated Development Environment) for the
Faust dsp programming language. You must have Faust installed to
be able to use FaustWorks. Platforms supported are Linux and OSX.
1) Compile and Install Faust
----------------------------
- download Faust form here :
http://sourceforge.net/projects/faudiostream/files/latest/download?source=files
- uncompress the sources
- cd into the faust directory
- make
- sudo make install
2) Install the QT4.8 SDK
------------------------
On Mac OSX you can download the SDK here :
http://releases.qt-project.org/qt4/source/qt-mac-opensource-4.8.4.dmg
On Linux you can use your package system.
2) Compile and install FaustWorks
---------------------------------
- unzip the FaustWorks-0.4.zip source package
- cd FaustWorks-0.4
- make
- sudo make install
FaustWorks is released under the GPL licence
(http://www.gnu.org/licenses/gpl.html).
This version is still experimental and undocumented.