Skip to content
jpastuszek edited this page Oct 21, 2010 · 4 revisions

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.

Ubuntu (tested with 10.4)

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-core

Downloading the sources

You can download the sources from the github repository with

git clone git://github.com/libnui/nui3.git

Compilation

cd nui3
cmake .
make

Clone this wiki locally