PlaneShift

Support => Linux Specific Issues => Topic started by: hnkudos on January 27, 2014, 08:15:10 pm

Title: ubuntu 12.04 compile problem
Post by: hnkudos on January 27, 2014, 08: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
Title: Re: ubuntu 12.04 compile problem
Post by: Calmus on January 27, 2014, 08: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?
Title: Re: ubuntu 12.04 compile problem
Post by: hnkudos on February 07, 2014, 01:59:45 am
thanks
now it's work!!! \\o// \\o//