Corrections to linux build script, thanks cygal

This commit is contained in:
mnaumann 2010-12-16 10:52:34 +00:00
parent 158acea0b5
commit 596eb685e9
1 changed files with 4 additions and 5 deletions

View File

@ -1,12 +1,11 @@
#!/bin/sh
mkdir build
mkdir -p build
cd build
cmake ..
make
echo 'You may now launch mega-glest from this folder like this:'
echo '../mk/linux/glest.bin --ini-path=../mk/linux/ --data-path=../mk/linux/'
cd ..
echo 'You may now launch mega-glest from this directory like this:'
echo 'mk/linux/glest.bin --ini-path=mk/linux/ --data-path=mk/linux/'