Project::OSiRiON world editor - INSTALL Dependencies The editor depends on the Qt 4 library. On Ubuntu, use: sudo apt-get install qt-sdk Download the latest source code: svn co svn://osirion.org/osirion-editor cd osirion-editor Build By default, configure will assume Qt 4 is installed in /usr autoreconf && \ ./configure && \ make On Ubuntu, use: autoreconf && \ ./configure --with-qt-includes=/usr/include/qt4 && \ make Run src/editor