File: README

package info (click to toggle)
faustworks 0.5~repack0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 1,040 kB
  • sloc: cpp: 7,460; sh: 166; makefile: 71; xml: 71; ansic: 9
file content (36 lines) | stat: -rw-r--r-- 1,023 bytes parent folder | download | duplicates (3)
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
35
36
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.