mirror of
https://github.com/glest/glest-source.git
synced 2025-08-21 15:41:24 +02:00
Test build-zg fix
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
# Written by Mark Vejvoda <mark_vejvoda@hotmail.com>
|
||||
# Copyright (c) 2011-2013 Mark Vejvoda under GNU GPL v3.0+
|
||||
|
||||
./setupBuildDeps.sh
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
#
|
||||
# Configuration section
|
||||
@@ -318,12 +320,13 @@ else
|
||||
echo 'ERROR: MAKE failed.' >&2; exit 2
|
||||
fi
|
||||
|
||||
git clone https://github.com/ZetaGlest/zetaglest-data.git
|
||||
cd ..
|
||||
echo ''
|
||||
echo 'BUILD COMPLETE.'
|
||||
echo ''
|
||||
echo 'To launch ZetaGlest from the current directory, use:'
|
||||
echo ' ./zetaglest'
|
||||
echo ' ./build/zetaglest'
|
||||
#echo 'Or change into mk/linux and run it from there:'
|
||||
#echo ' ./zetaglest --ini-path=./ --data-path=./'
|
||||
fi
|
||||
|
@@ -2,7 +2,7 @@
|
||||
#
|
||||
# Functions shared by several scripts
|
||||
#
|
||||
# Copyright (c) 2013-2016 MegaGlest Team under GNU GPL v3.0+
|
||||
# Copyright (c) 2013-2018 ZetaGlest Team under GNU GPL v3.0+
|
||||
|
||||
function detect_system {
|
||||
# Determine distro title, release, codename
|
||||
|
Reference in New Issue
Block a user