mirror of
https://github.com/glest/glest-source.git
synced 2025-08-26 17:34:24 +02:00
- added a build script for Linux Cmake builds
This commit is contained in:
11
build-mg.sh
Executable file
11
build-mg.sh
Executable 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/'
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user