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.zipunzip
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?downloadCopy the ART and DATA directory in your planeshift directory (/usr/local/planeshift).
et voila
PS : Don\'t forget the 3 export