-
Notifications
You must be signed in to change notification settings - Fork 1
Build instruction
slvlirnoff edited this page Mar 28, 2012
·
1 revision
This is an experimentation of building genecraft on ubuntu.
- Qt from Ubuntu depot + qmake + qcreator + everything related
- apt-get ...
- Bullet
wget http://bullet.googlecode.com/files/bullet-2.80-rev2531.zip #unzip to bullet; cd bullet apt-get install cmake cmake . -G "Unix Makefiles" make cp src/*/*.a lib/
- Qxt / Qwt
apt-get install libqxt-dev libqwt-dev
- Ogre
- compile ogre3d from source
wget sources #unzip to ogre; cd ogre; sudo apt-get install libxrandr-dev libzzip-dev libfreeimage-dev libpoco-dev libtbb-dev cmake . -G "Unix Makefiles" # sudo apt-get install otherlibrequired by ogre, verify cmake log to be sure make sudo make install
- Genecraft
- You might need to copy plugins.cfg from ogre3d bin directory
- You might as well touch ogre.cfg in bin directory
cd src qmake genecraft_global.pro make #to run it cd ../bin # ./CreatureViewer