mirror of
https://github.com/glest/glest-source.git
synced 2025-09-01 04:01:47 +02:00
Corrections to linux build script, thanks cygal
This commit is contained in:
@@ -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/'
|
||||
|
Reference in New Issue
Block a user