Click here for a more up to date howto. *** Planeshift from CVS on Linux howto***
//first off make sure you have the current
release of the following programs:
libogg
libcurl
automake
libtool
jam-2.5rc1
also you will need to get the Windows MB
release some art files aren\'t included in the CVS download.
//Now you need to download Crystal Space, cel, and PlaneShift
create a dir to download your files to (example) mkdir CVS
now switch to that dir (example) cd CVS
YOU are ready to start downlaoding. Follow the steps below
[Step 1: Crystal Space]
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/crystal login
(press enter when prompted for a password)
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/crystal co
-rPRE_THING_FACTORIES CS
cd CS
./configure --enable-debug
make -k all
./configure --prefix=/the/path/to/CS
export CRYSTAL=/the/path/to/CS
//To make you life easier you should automate the setting of this
variable. I recommend putting this command in your .bashrc file
(in your home directory), so that it is called each time you log in.
[Step 2: CEL]
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/cel login
(press enter when prompted for a password)
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/cel co
-D 2003-05-16 cel
cd cel
./configure
jam
export CEL=/the/path/to/cel
export CSCONFPATH=$CEL
//I recommend putting the above two commands in your .bashrc file
[Step 3: Planeshift]
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/planeshift login
(press enter when prompted for a password)
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/planeshift co -rMB
010 planeshift
cd planeshift
./autogen.sh
./configure
jam
// You need to copy the art dir from the windows version into the planshift dir.
also, I had to copy the following files from the .tar package
sndogg.so to /planeshift and csjnging.so to /CS
if you have any problems you can e-mail me
jagator55@yahoo.com-Robbie