For
building on linux i have wrote a shellscript doing all needed steps to get CEL, CrystalSpace and ODE compiled and running together.
I also make a HowTo (in german) what is to do. You can find the howto and the script here: (newest script is linked at the bottom of the thread, named
compile_cel_with_ode.sh)
>> CEL mit ODE Physik Layer (neoberserker.de) <<The useage of the script is descripted in the howto (in german). Here a quickstart:
mkdir /opt/crystalSpace
cd /opt/crystalSpace
[ put the script there and make it runable ]
./compile_cel_with_ode.sh all
[ if all needed tools (automake, svn, jam) are found on the system the script starts to download all sources, unpack them, configure them and compile them. If system tools are missed a messaged is displayed on the console. If compiling is done it creates a startPhysicDemo.sh script and downloads the physicsdemo.celzip. Run it and see if it runs.]
Hope that helps someone, my study group liked it.
And please tell me when there are problems with the script! Notice that configure and compile logs are created in the folder the script is in!