Created
December 27, 2008 07:16
-
-
Save nogweii/40215 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| cd $HOME/local/planeshift # The location of the planeshift SVN checkout | |
| export LD_LIBRARY_PATH="$(pwd)/../cal3d/src/cal3d/.libs/:$(pwd)/../crystalspace/:$LD_LIBRARY_PATH" | |
| export CRYSTAL=$(pwd)/../crystalspace | |
| ./psclient -cfgset=PlaneShift.UserConfigPath=$(pwd)/config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment