Author Topic: ubuntu 12.04 compile problem  (Read 364 times)

hnkudos

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
ubuntu 12.04 compile problem
« on: January 27, 2014, 02:15:10 pm »
Currently, I am building PlaneShift based on following manual.
http://svn.code.sf.net/p/planeshift/code/trunk/docs/compiling.html

I could make execution file 'pslaunch' and 'psclient' but pslaunch version is not 6.0
I believe updaterinfo.xml has some problem. but I don't know why;;;
So, I copied updaterinfo.xml and 'art' folder from binary folder ( actually, I installed "Linux : PlaneShift-v0.6.0-x86. torrent", too )
Plz, help i am really desperate
« Last Edit: January 27, 2014, 02:24:17 pm by hnkudos »

Calmus

  • Traveller
  • *
  • Posts: 29
    • View Profile
Re: ubuntu 12.04 compile problem
« Reply #1 on: January 27, 2014, 02:41:20 pm »
Quote
I could make execution file 'pslaunch' and 'psclient' but pslaunch version is not 6.0

Even if you use the developer version, you could connect to the Laanx server and play. You will need an appropriate  /data/servers.xml, just like the one used in the binary PlaneShift folder.

Does it open the client if you execute psclient? Before you can open it, make sure to do something like the following:
Code: [Select]
export LD_LIBRARY_PATH="$HOME/development/cal3d/src/cal3d/.libs/:$HOME/development/cs/:"$LD_LIBRARY_PATH
export CRYSTAL=$HOME/development/cs
./psclient


Quote
( actually, I installed "Linux : PlaneShift-v0.6.0-x86. torrent", too )
so can you actually play already, or is there any issue?
« Last Edit: January 27, 2014, 02:45:42 pm by Calmus »

hnkudos

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
Re: ubuntu 12.04 compile problem
« Reply #2 on: February 06, 2014, 07:59:45 pm »
thanks
now it's work!!! \\o// \\o//