MegaGlest/build-mg.sh

12 lines
194 B
Bash
Executable File

#!/bin/sh
mkdir -p build
cd build
cmake ..
make
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/'