PlaneShift

Support => Linux Specific Issues => Topic started by: RedDwarf on November 20, 2005, 01:50:22 am

Title: Compiling without needing CRYSTAL and CEL?
Post by: RedDwarf on November 20, 2005, 01:50:22 am
I downloaded the precompiled binaries and I noticed that psclient.bin is bigger than when I compile it (following laanx.fragnetics.com guides) , and that there is no need to set CRYSTAL and CEL variables.
I suppose it has something to do with these \"checking for Crystal Space static plugins... no\" messages, but from \"configure --help\" I don\'t see how to compile a binary static linked with these plugins.

Then, can someone help me in making a binary like the \"official\" ones?
Thanks.
Title:
Post by: Xordan on November 20, 2005, 01:46:05 pm
When you compile CS, do:

jam libs cs-config staticplugins

Then configure cel and:

jam libs cel-config staticplugins

Then configure planeshift and:

jam client_static

Which will give you static versions of psclient, pssetup and updater.
Title:
Post by: RedDwarf on November 22, 2005, 09:44:40 pm
Without problems, thanks.
One day I should learn to read Makefiles/Jamfiles ;)