Difference between revisions of "InstallSynthAModeler"
Line 1: | Line 1: | ||
== Mac OS X == | == Mac OS X == | ||
Requirements: Intel CPU | Requirements: Intel CPU | ||
+ | |||
+ | * First install XCode Developer tools | ||
+ | https://developer.apple.com/xcode/ | ||
+ | |||
+ | and make sure that command line tools are installed. (Alternative to XCode: https://github.com/kennethreitz/osx-gcc-installer) | ||
+ | |||
+ | |||
+ | When installing Jack, maybe you want to have the 64/32 bit version. | ||
Download and install the [http://www.jackosx.com/ Jack Audio Server for OS X] (after you install this you will need to restart). | Download and install the [http://www.jackosx.com/ Jack Audio Server for OS X] (after you install this you will need to restart). |
Revision as of 05:21, 4 April 2013
Mac OS X
Requirements: Intel CPU
- First install XCode Developer tools
https://developer.apple.com/xcode/
and make sure that command line tools are installed. (Alternative to XCode: https://github.com/kennethreitz/osx-gcc-installer)
When installing Jack, maybe you want to have the 64/32 bit version.
Download and install the Jack Audio Server for OS X (after you install this you will need to restart).
http://qt-project.org/downloads Then get "Qt libraries 4.8.4 for Mac (185 MB)" and install it (takes about 5 minutes excluding download time)
Then inside the Faust directory:
make
sudo make install
Linux
For beginners, Media:Example.ogg
sudo apt-get install jackd1 qjackctl
sudo apt-get update
sudo apt-get install libqt4-core qt4-qmake libqt4-dev
For Ubuntu precise
For advanced users,
Download the Faust source for version 0.9.58
Troubleshooting
Requires minimum Perl version 5.10