- added a build script for Linux Cmake builds

This commit is contained in:
Mark Vejvoda 2010-12-11 07:24:03 +00:00
parent aebcca517c
commit 8a14e826d5
1 changed files with 11 additions and 0 deletions

11
build-mg.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh
mkdir 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/'