hey umm im trying to compie it but im stuk on the
At the shell prompt, go to your `CS' directory with the `cd' command. For example, if Crystal Space resides at `C:\work\CS', invoke the command `cd /c/work/CS'. Next, configure and build the project with the following sequence of commands:
./configure
make -k all
The `-k' option used in `make -k all' instructs the `make' utility to ignore errors and continue building the project. This may be necessary if you are using the bleeding-edge version of Crystal Space from the CVS repository and some module fails to build correctly.
If you prefer to build a debug version of Crystal Space, substitute the following commands for those shown above:
./configure --enable-debug
make -k all
If you wish to build with debugging information and for the new renderer architecture you can do:
./configure --enable-debug --enable-new-renderer
make -k all
when i type in
C:\Documents and Settings\default\My Documents\CS
it dont work can som1 help