Getting started on Linux¶
Requirements¶
- gcc >= 4
- cmake >= 2.6
- opengl libraries
- libpng
- libjpeg
- libexpat
- libtidy
- Up-to-date graphic cards drivers for your hardware.
Downloading the sources¶
You can download the sources from the subversion repository with
svn co svn://libnui.net/nui/trunk/nui3
Alternatively you can download the sources from http://viewvc.libnui.net/cgi-bin/viewvc.cgi/nui/trunk/nui3/?pathrev=4491 by clicking the "Download GNU Tarball" link.
Compilation¶
cd nui3 cmake . make