- Code: Select all
sudo apt-get -y install g++
sudo apt-get -y install libfreetype6-dev
sudo apt-get -y install libx11-dev
sudo apt-get -y install libxinerama-dev
sudo apt-get -y install libxcursor-dev
sudo apt-get -y install mesa-common-dev
sudo apt-get -y install libasound2-dev
sudo apt-get -y install freeglut3-dev
sudo apt-get -y install libxcomposite-dev
You can copy that to a nice shell script and it's gonna setup all juce dependancies for you.
This is for a fresh installation of Ubuntu 11.10 32 bit, and the latest official juce 1.52. Might work with other versions/distros (debian ?) but it's not "guaranteed" (as if I was in position to guarantee anything lol
With those installed, you can build and link the library (with the default juce_Config.h) and the demo.
HTH
P.S. : Maybe it should be worth making this post sticky ?
