1. Make environment variables pointing to your source directory:
export CRYSTAL=/usr/local/crystalspace
2. Configure it (to speed up compile time we disabling python java and perl):
./configure --enable-cpu-specific-optimizations=max --without-python --without-java --without-perl --disable-separate-debug-info
3. Compile it:
jam plugins cs-config
How to compile CEL:
1. Make environment variables pointing to your source directory:
Requirements:
Crystal Space (at least v1.3 r27724)
CEL (at least 1.3 r3000)
Get both from http://www.crystalspace3d.org/
How to compile Crystal Space:
1. Make environment variables pointing to your source directory:
export CRYSTAL=/usr/local/crystalspace
2. Configure it (to speed up compile time we disabling python java and perl):
./configure --enable-cpu-specific-optimizations=max --without-python --without-java --without-perl --disable-separate-debug-info
3. Compile it:
jam plugins cs-config
How to compile CEL:
1. Make environment variables pointing to your source directory:
export CEL=/usr/local/cel
2. Configure it:
./configure --enable-cpu-specific-optimizations=max --without-python --disable-separate-debug-info
3. Compile it:
jam plugins cel-config celstart
Don't make system-wide install, environment variables are enough.
Update: Better use Crystal Space at least r27744
It has important fixes.
New requirement for svn version:
CEL at least r3033
Now it requires CEL r3037,
oh well ... just always use very recent CS+CEL, Jammer is a testcase of new features for me.