Author Topic: Compiling without needing CRYSTAL and CEL?  (Read 935 times)

RedDwarf

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
Compiling without needing CRYSTAL and CEL?
« 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.

Xordan

  • Crystal Space Developer
  • Forum Addict
  • *
  • Posts: 3845
  • For God and the Empire
    • View Profile
(No subject)
« Reply #1 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.

RedDwarf

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
(No subject)
« Reply #2 on: November 22, 2005, 09:44:40 pm »
Without problems, thanks.
One day I should learn to read Makefiles/Jamfiles ;)