Basic Installation
==================

The simplest way to compile this package is:

Debian Etch:

download ode-0.7 from http://www.ode.org/

compile ode 0.7 with double and opcode support

cd ode-0.7
./configure --enable-double-precision --enable-release
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.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.pro
make

#start qcake-osx.app from finder

