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>
|
# Written by Mark Vejvoda <mark_vejvoda@hotmail.com>
|
||||||
# Copyright (c) 2011-2013 Mark Vejvoda under GNU GPL v3.0+
|
# Copyright (c) 2011-2013 Mark Vejvoda under GNU GPL v3.0+
|
||||||
|
|
||||||
|
./setupBuildDeps.sh
|
||||||
|
|
||||||
# ----------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------
|
||||||
#
|
#
|
||||||
# Configuration section
|
# Configuration section
|
||||||
@@ -318,12 +320,13 @@ else
|
|||||||
echo 'ERROR: MAKE failed.' >&2; exit 2
|
echo 'ERROR: MAKE failed.' >&2; exit 2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
git clone https://github.com/ZetaGlest/zetaglest-data.git
|
||||||
cd ..
|
cd ..
|
||||||
echo ''
|
echo ''
|
||||||
echo 'BUILD COMPLETE.'
|
echo 'BUILD COMPLETE.'
|
||||||
echo ''
|
echo ''
|
||||||
echo 'To launch ZetaGlest from the current directory, use:'
|
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 'Or change into mk/linux and run it from there:'
|
||||||
#echo ' ./zetaglest --ini-path=./ --data-path=./'
|
#echo ' ./zetaglest --ini-path=./ --data-path=./'
|
||||||
fi
|
fi
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# Functions shared by several scripts
|
# 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 {
|
function detect_system {
|
||||||
# Determine distro title, release, codename
|
# Determine distro title, release, codename
|
||||||
|
Reference in New Issue
Block a user