Author Topic: Linux full compiling of PS CB  (Read 1042 times)

confused

  • Hydlaa Citizen
  • *
  • Posts: 269
    • View Profile
Linux full compiling of PS CB
« on: January 10, 2005, 08:14:49 pm »
The CEL part of the installation is really starting to make me very fustrated no matter which script I use or sequence of commands found in Installation documents and ./configure --help.

Could someone give a complete list of commands needed to retrieve from CVS (well this seems for the same for every script, but only base directory changing) and compile cal3d, CS, CEL and PS as root so that any user can run PS CB (including the psconfig and updater).

Thanx

acraig

  • Administrator
  • Veteran
  • *
  • Posts: 1562
    • View Profile
(No subject)
« Reply #1 on: January 10, 2005, 08:21:45 pm »
I\'ve not installed as root before so I am not 100% sure if PlaneShift will pick up the location of CEL correctly.  Normally it uses the CEL variable to find the cel-config to figure out where the libs are.  The \'install\' part on linux needs a bit of work.
----------
Andrew
"For all I know, she's lying, everyone's lying; welcome to the Internet"

confused

  • Hydlaa Citizen
  • *
  • Posts: 269
    • View Profile
(No subject)
« Reply #2 on: January 10, 2005, 08:34:56 pm »
I edit the default .bashrc to allow all users to get the export variables CRYSTAL, CEL and CSCONFPATH.

I get a bunch of permision errors when attempting to compile as a normal user, thus using root to compile PS.

acraig

  • Administrator
  • Veteran
  • *
  • Posts: 1562
    • View Profile
(No subject)
« Reply #3 on: January 10, 2005, 08:46:34 pm »
Hmm, can you give some of these errors? I might be able to help a bit on those
----------
Andrew
"For all I know, she's lying, everyone's lying; welcome to the Internet"

dimaq

  • Hydlaa Resident
  • *
  • Posts: 87
    • View Profile
(No subject)
« Reply #4 on: January 10, 2005, 09:52:37 pm »
Quote
Originally posted by confused
I edit the default .bashrc to allow all users to get the export variables CRYSTAL, CEL and CSCONFPATH.

I get a bunch of permision errors when attempting to compile as a normal user, thus using root to compile PS.


try checking out as a regular user in some directory accessible to that regular user, like $HOME :)

confused

  • Hydlaa Citizen
  • *
  • Posts: 269
    • View Profile
(No subject)
« Reply #5 on: January 11, 2005, 05:20:52 am »
What if I place the planshift source directories into a general directory which is located in /usr/local that is visible to all users and not just root.

Build as root.

Just have to clean up the system of all previous failed installation attemps.

Thanx for your help so far.