MegaGlest/build-mg.sh
mnaumann 4ccd101459 * Rename docs/readme.txt to docs/copyright.txt
* Update READMEs for binaries
2011-05-03 04:27:37 +00:00

14 lines
322 B
Bash
Executable File

#!/bin/sh
mkdir -p build
cd build
cmake ..
make
cd ..
echo 'You may now launch MegaGlest from this directory like this:'
echo 'mk/linux/megaglest.bin --ini-path=mk/linux/ --data-path=mk/linux/'
echo 'or from within the build directory:'
echo '../mk/linux/megaglest.bin --ini-path=../mk/linux/ --data-path=../mk/linux/'