Author Topic: MB Linux version.  (Read 4214 times)

ifog

  • Wayfarer
  • *
  • Posts: 8
    • View Profile
almost
« Reply #30 on: March 15, 2003, 01:30:49 am »
I have build today a Linux version on a Slackware 8.1 (CEL CVS , Crystal CVS , Planeshift CVS , jam 2.5) and it seems to works fine .
I can create a char , but unfortunatly , after i click on upload , i get the message :
\"you are not running the correct version of Planeshift for this server\"



ifog

  • Wayfarer
  • *
  • Posts: 8
    • View Profile
(No subject)
« Reply #31 on: March 15, 2003, 01:50:57 am »
Should i have a 0.2.007 or a 0.2.006 to connect to the server ?
(i have downloaded and compiled the 3 CVS tonight and my psclient is only a 0.2.006 )

jorrit

  • Developers
  • Hydlaa Citizen
  • *
  • Posts: 497
    • View Profile
(No subject)
« Reply #32 on: March 15, 2003, 06:45:52 am »
Quote
Originally posted by ifog
Should i have a 0.2.007 or a 0.2.006 to connect to the server ?
(i have downloaded and compiled the 3 CVS tonight and my psclient is only a 0.2.006 )


For Planeshift you should take the MB branch. To switch PS
to the MB branch in cvs do the following:

cvs -z9 -q update -d -P -rMB

Greetings,
Project Manager of Crystal Space, CEL, CrystalBlend and Crystal Core. Please support Crystal Space with a donation.

ifog

  • Wayfarer
  • *
  • Posts: 8
    • View Profile
(No subject)
« Reply #33 on: March 15, 2003, 02:17:40 pm »
Thanks Jorrit
I can now upload to the server .

Culsoron

  • Hydlaa Resident
  • *
  • Posts: 71
    • View Profile
(No subject)
« Reply #34 on: March 16, 2003, 11:04:50 pm »
So is the linux client ready and downloadable yet ? and where ?

ifog

  • Wayfarer
  • *
  • Posts: 8
    • View Profile
Build the linux version
« Reply #35 on: March 17, 2003, 12:18:43 am »
I m not Planeshift dev team member so i probably can\'t provide you a Linux binary (it\'s not a GPL game) :
But i can tell you how i made my own MB build :
(read the compiling.txt in Planeshift archive too ) :

**Crystal** :
cd /tmp
export CVSROOT=\":pserver:anonymous@cvs.crystal.sourceforge.net:/cvsroot/crystal\"
cvs -z3 co CS
cd CS
./configure
make -k all
make install
export CRYSTAL=/usr/local/crystal

**Jam **:
Download jam 2.5 :
http://ftp://ftp.perforce.com/pub/jam/jam-2.5.zip
unzip
make
./jam install

**CEL **:
cd /usr/local
export CVSROOT=\":pserver:anonymous@cvs.cel.sourceforge.net:/cvsroot/cel\"
cvs -z3 co cel
cd cel
./configure
jam
export CEL=/usr/local/cel
export CSCONFPATH=$CEL

**Planeshift **:
cd /usr/local
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/planeshift login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/planeshift co planeshift
cd planeshift
cvs -z9 -q update -d -P -rMB
./autogen.sh
./configure
jam

**Download the last linux release :
http://prdownloads.sourceforge.net/planeshift/planeshift-0.2.6.tar.bz2?download
Copy the ART and DATA directory in your planeshift directory (/usr/local/planeshift).

et voila
PS : Don\'t forget the 3 export

Culsoron

  • Hydlaa Resident
  • *
  • Posts: 71
    • View Profile
(No subject)
« Reply #36 on: March 17, 2003, 09:20:29 am »
Great, thanks a lot. This will come in handy. And devs, why can\'t his files be used ? Are there som issues within your licence ?