PlaneShift
Support => Technical Help: Problems BEFORE entering the game => Topic started by: nattuo on May 30, 2004, 01:59:35 pm
-
how do you play ps from linux i downloaded the .tar.gz version and are now confused on how to play it plz help
i.e whats the command line in a terminal what do you click on? etc. etc. oplz help me
-
.. Some people arn\'t worthy the power of linux..
tar -zxvf planeshiftetc.tar.gx
./configure
jam
-
it didn\'t quite work..... so can you explain it in a little more detail
p.s. i might not be worthy of the power of linux but my family sure as hell is
-
tar xvzf planeshift.tar.gz -> extract the archive
cd planeshift -> change to the newly created directory
./configure -> create the needed files for jam to build the source
jam -> build the sources
Now you have PS compiled and installed (if nothing went wrong) and you can setup PS with ./pssetup and finally run it with ./psclient
If you don\'t have jam installed you can get it here: http://public.perforce.com/public/jam/jam-2.5.tar
download it, then do the following:
tar xvf jam-2.5.tar -> extract the archive
cd jam-2.5 -> change to the newly created directory
make -> build the sources
cd bin.linuxx86 -> change to the new directory containing the program
su -> change current user to root to do the next step and enter the root password
cp jam /usr/bin -> copy jam to this directory so you can use it
exit -> go back to your user
Now you are ready to go ;)
-
it didn\'t work and i think i know why do you know where i can get a file/package called igraphics2d or something like that?
edit: oh wait it\'s a plugin.....