Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - thejims

Pages: [1]
1
Linux Specific Issues /
« on: August 06, 2005, 03:23:02 pm »
Just downloaded source files from your site and followed build instructions for slackware, worked great, thanks!!!

2
Linux Specific Issues /
« on: August 05, 2005, 01:53:07 am »
What kinda not working are you experiencing?
Wrong version is only expected, we need to find the date of the cvs to pull and compile ( see build instructions for previous version on laanx server information page )

3
Linux Specific Issues /
« on: August 04, 2005, 06:26:25 pm »
Okay, someone correct me in my steps if I am wrong but heres how I compile from cvs..

First off, you will need jam

http://freshmeat.net/redir/jammr/15378/url_tgz/jam-2.5.tar

go ahead and install that, then you want cal3d, used for character animations:

cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/cal3d login
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/cal3d co -P cal3d
cd cal3d
./autogen.sh
./configure
make install

simple enough so far, next get CS and compile it, it has to be inside the directory you will have planeshift in... soo

mkdir ~/planeshift
cd ~/planeshift
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/crystal login
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/crystal co -P -D \"30 Jul 2005\" CS
cd CS
./configure --enable-debug
jam libs
jam plugins
jam cs-config
export CRYSTAL=~/planeshift/CS

okay, now we go for cel, the entity thingie

cd ~/planeshift
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/cel login
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/cel co -P -D \"30 Jul 2005\" cel
cd cel
./autogen.sh
./configure --enable-debug
jam -a
export CEL=~/planeshift/cel
export CSCONFPATH=~/planeshift/cel

that shouldn\'t take all day, so we can get on to planeshift and pray things work!

cd ~
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/planeshift login
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/planeshift co -P -D \"30 Jul 2005\" planeshift
cd planeshift
./configure --enable-debug
jam -a


okay at this point you need to RUN UPDATE!! it needs to download all this and that sorda files you need..

./updater -auto

4
Linux Specific Issues /
« on: June 12, 2005, 01:36:17 am »
Hey, that time it told me I was using an incorrect version instead of repeating Please Login.. Oh well, I guess I\'ll start a new thread and try debugging whats wrong with the install package ~_~

5
Linux Specific Issues / Doh
« on: June 11, 2005, 11:42:38 pm »
Well, thats a shame, would using the non-cvs source code work on the server?  When I use that install package, it get some gooffy Cannot find a LootWindow error right before it closes each time ( Only made it into the game once so far, then instantly died )

6
Linux Specific Issues / Please Login
« on: June 11, 2005, 10:18:07 pm »
It will not go past the login, and after I enter username ( email ) and password correctly it simply says Please Login ( some little white thing that pops up when I press ok )  Maybe I missed something during the install, I just installed CS/Cel/Cal3d/Planeshift all from sources and my computer stats are as follows:
AMD Athlon XP 1600+
ATI Radeon 9200SE
256MB Ram
30Gb Hd
SBLive! Sound Card


HELP!
:)

Pages: [1]