Author Topic: how do you play on ps?  (Read 693 times)

nattuo

  • Traveller
  • *
  • Posts: 34
    • View Profile
how do you play on ps?
« 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

Androgos

  • Guest
(No subject)
« Reply #1 on: May 30, 2004, 02:13:44 pm »
.. Some people arn\'t worthy the power of linux..


tar -zxvf planeshiftetc.tar.gx

./configure
jam

nattuo

  • Traveller
  • *
  • Posts: 34
    • View Profile
eh?
« Reply #2 on: May 30, 2004, 02:58:47 pm »
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

Karosh_Steinkatz

  • Hydlaa Citizen
  • *
  • Posts: 486
    • View Profile
(No subject)
« Reply #3 on: May 30, 2004, 03:38:51 pm »
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 ;)


Back to Planeshift again \\o/

nattuo

  • Traveller
  • *
  • Posts: 34
    • View Profile
errr....
« Reply #4 on: May 30, 2004, 03:52:49 pm »
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.....
« Last Edit: May 30, 2004, 03:59:28 pm by nattuo »