Difference between revisions of "InstallSynthAModeler"
From CCRMA Wiki
(→Linux) |
|||
Line 1: | Line 1: | ||
− | |||
− | |||
== Mac OS X == | == Mac OS X == | ||
+ | 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, | For beginners, | ||
Line 13: | Line 18: | ||
sudo apt-get update | sudo apt-get update | ||
+ | |||
+ | sudo apt-get install libqt4-core | ||
For Ubuntu precise | For Ubuntu precise |
Revision as of 11:54, 3 April 2013
Mac OS X
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,
sudo apt-get update
sudo apt-get install libqt4-core
For Ubuntu precise
For advanced users,
Download the Faust source for version 0.9.58