I did the following
Executing the commands manually of the
Linux auto-installer script due to that the CVS downloads did not complete.
I used the following commands:
For cal3D:
./autogen.sh
./configure
make
make install
For CS:
./configure --enable-new-renderer
jam
make install
export CRYSTAL=/usr/local
echo $CRYSTAL
walktest --relight
edited .bashrc of user account to add the export path
For CEL
./autogen.sh
./configure --enable-new-renderer --disable-jamtest
jam
export CEL=/usr/local
echo $CEL
edited .bashrc of user account to add the export path
For PS CB
./autogen.sh
./configure --enable-new-renderer
Obtain the following error, PS CB does seem to find cs-config indicating $CRYSTAL is set correct but usage of cs-config seems incorrect.
===================================================
./configure --enable-new-renderer
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking if -shared is accepted... -shared
checking if -soname is accepted... yes
checking for install... install
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for socklen_t... yes
checking for stdint-types... found in stdint.h
creating include/psstdint.h - (just to include stdint.h)
checking for Crystal Space - version >= 0.99... Unknown lib: cel
Usage: cs-config [OPTIONS] [LIBRARIES]
Options:
[--prefix]
[--exec-prefix]
[--version]
[--long-version]
[--libdir]
[--includedir]
[--libs]
[--cflags]
[--cxxflags]
[--makevars]
[--help]
Libraries:
csutil
csgeom
csgfx
cstool
csws
Note that the Crystal Space directory is detect by looking at the CRYSTAL
environment variable. Make sure this variable is set correctly.
Unknown lib: cel
Usage: cs-config [OPTIONS] [LIBRARIES]
Options:
[--prefix]
[--exec-prefix]
[--version]
[--long-version]
[--libdir]
[--includedir]
[--libs]
[--cflags]
[--cxxflags]
[--makevars]
[--help]
Libraries:
csutil
csgeom
csgfx
cstool
csws
Note that the Crystal Space directory is detect by looking at the CRYSTAL
environment variable. Make sure this variable is set correctly.
no
configure: error:
*** Crystal Space could not be found. The latest version is always available
*** from
http://crystal.sourceforge.net/*** Be sure also that you have either installed Crystal Space or set the
*** CRYSTAL environment variable properly.