Author Topic: having some problem installing on linux it cant find cs-config script  (Read 524 times)

murre

  • Wayfarer
  • *
  • Posts: 3
    • View Profile
when im trying to build planeshift and im close to ready and i type :/configure --diable-jamtest it say that it cant find cs-config why?? its done by this guide
http://www16.brinkster.com/acraig/planeshift/buildmb.html
« Last Edit: April 19, 2004, 06:03:01 pm by murre »

Karosh_Steinkatz

  • Hydlaa Citizen
  • *
  • Posts: 486
    • View Profile
(No subject)
« Reply #1 on: April 19, 2004, 07:39:39 pm »
Did you set your exports correctly? For example:

Crystal Space -> installed to /home/user/molblue/CS -> export CRYSTAL=$HOME/molblue/CS
CEL -> installed to /home/user/molblue/cel -> export CEL=$HOME/molblue/cel/ + export CSCONFPATH=$HOME/moblue/cel/

And don\'t  forget that the exports  only work for the current session. To enable them everytime you log in, add them to your .bashrc file  or make a startup script in  your PS folder like this:

export CRYSTAL=$HOME/molblue/CS
export CEL=$HOME/molblue/cel/
export CSCONFPATH=$HOME/moblue/cel/
./psclient

You can  do this for pssetup  too,  just change the last line. And don\'t forget to make the script executable with  chmod +x ;)


Back to Planeshift again \\o/

murre

  • Wayfarer
  • *
  • Posts: 3
    • View Profile
thanks
« Reply #2 on: April 19, 2004, 08:36:56 pm »
so thats why cuz i logged out in the middle of the setup to fix some stuff thats probaly why it dident work