TracNav
Home
Getting Started
Help
Community
Development
Building OpenSG 1.x using gcc and scons
Supported compilers are gcc 3.x and 4.x.
Go into the OpenSG directory and type "./scons"
Type "./scons -h" to see all possible options.
Dependencies on Ubuntu gutsy
To compile opensg successfully on Ubuntu, you need to install the following packages:
sudo apt-get install g++ libglut3-dev zlib1g-dev bison flex libjpeg62-dev libpng12-dev libtiff4-dev libqt4-dev
if something's missing, please add ;)
