forked from matthieu-campion/nui3
-
Notifications
You must be signed in to change notification settings - Fork 31
On linux
jpastuszek edited this page Oct 21, 2010
·
4 revisions
- gcc >= 4
- cmake >= 2.6
- opengl libraries
- libpng
- libjpeg
- libexpat
- libtidy
- Up-to-date graphic cards drivers for your hardware.
To install required compilation time dependencies try this command
sudo apt-get install g++ cmake doxygen libtidy-dev libglut3-dev libpng-dev libjpeg62-dev libxmu-dev libxi-dev libfreetype6-dev libexpat1-dev libcurl4-gnutls-dev libgif-dev git-coreYou can download the sources from the github repository with
git clone git://github.com/libnui/nui3.gitcd nui3
cmake .
make