Dennis Beekman
January 22nd, 2010, 06:11 AM
I downloaded the version of sauerbranten and put the game on my secondary harddrive "/stor/sdb1/games/sauerbraten"
I whent into the src folder and build the game...
make
sudo make install
wich worked just fine.
I then started the games with
./sauerbraten_unix
and i runs perfectly...
So i made a commmand to start the game
sudo ln -sf /stor/sdb1/games/sauerbraten/sauerbraten_unix /usr/bin/sauerbraten
but the game will not start with either /.crx or the above link unless i am in the game folder "/stor/sdb1/games/sauerbraten".
If i try to start it from anywhere else (like a shortcut on the desktop) it fails to start.
when it fails it complains that it cannot find the SDL packages as being installed properly and asks me to run the "make install" scripts again.
it this a known error ? i couldn't find it anywhere on google.
I whent into the src folder and build the game...
make
sudo make install
wich worked just fine.
I then started the games with
./sauerbraten_unix
and i runs perfectly...
So i made a commmand to start the game
sudo ln -sf /stor/sdb1/games/sauerbraten/sauerbraten_unix /usr/bin/sauerbraten
but the game will not start with either /.crx or the above link unless i am in the game folder "/stor/sdb1/games/sauerbraten".
If i try to start it from anywhere else (like a shortcut on the desktop) it fails to start.
when it fails it complains that it cannot find the SDL packages as being installed properly and asks me to run the "make install" scripts again.
it this a known error ? i couldn't find it anywhere on google.