PlaneShift
Support => Technical Help: Problems BEFORE entering the game => Topic started by: murre on April 19, 2004, 06:01:55 pm
-
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
-
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 ;)
-
so thats why cuz i logged out in the middle of the setup to fix some stuff thats probaly why it dident work