Basic Installation ================== The simplest way to compile this package is: Debian Etch: download ode-0.9 from http://www.ode.org/ compile ode 0.9 cd ode-0.9 ./configure make sudo make install apt-get install libqt4 apt-get install spl-dev apt-get install libpcre3-dev apt-get install libreadline5-dev apt-get install plib1.8.4-dev apt-get install libopenal-dev libalut-dev svn co http://svn.clifford.at/qcake/trunk qcake/ cd qcake qmake qcake_qt4.pro lrelease qcake_qt4.pro make cd bin ./qcake ______________________________________________________________________ # OS-X compile #-------------- #install XCode 1.5 #install qt4 and compile qt #install plib #install OpenAL #compile spl #compile ode cd spl make runlib spl.a sudo make install cd qcake qmake qcake_qt4.pro lrelease qcake_qt4.pro make #start qcake-osx.app from finder # OS-X compile QT-4.5 #-------------------- #install XCode 1.5 #install qt4 and compile qt #install plib #install OpenAL #compile spl #compile ode cd spl make runlib spl.a sudo make install cd qcake qmake-4.5 -spec macx-g++ qcake_qt4.pro lrelease qcake_qt4.pro make #start qcake-osx.app from finder