mirror of
https://github.com/glest/glest-source.git
synced 2025-08-29 10:49:48 +02:00
Added script messages
This commit is contained in:
@@ -7,6 +7,9 @@
|
|||||||
# Copyright (c) 2012-2017 Mark Vejvoda, Tom Reynolds under GNU GPL v3.0
|
# Copyright (c) 2012-2017 Mark Vejvoda, Tom Reynolds under GNU GPL v3.0
|
||||||
LANG=C
|
LANG=C
|
||||||
|
|
||||||
|
echo "Installing required dependencies...(requires root)"
|
||||||
|
echo
|
||||||
|
|
||||||
SCRIPTDIR="$(dirname "$(readlink -f "$0")")"
|
SCRIPTDIR="$(dirname "$(readlink -f "$0")")"
|
||||||
|
|
||||||
# If you wanna only see the BuildDeps then launch script like that: './setupBuildDeps.sh --manually'.
|
# If you wanna only see the BuildDeps then launch script like that: './setupBuildDeps.sh --manually'.
|
||||||
|
@@ -8,6 +8,8 @@
|
|||||||
#
|
#
|
||||||
# Configuration section
|
# Configuration section
|
||||||
#
|
#
|
||||||
|
echo "Building ZetaGlest..."
|
||||||
|
echo
|
||||||
|
|
||||||
# Default to English language output so we can understand your bug reports
|
# Default to English language output so we can understand your bug reports
|
||||||
export LANG=C
|
export LANG=C
|
||||||
|
@@ -1,6 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
echo "Updating source code..."
|
||||||
cd ../..
|
cd ../..
|
||||||
git pull
|
git pull
|
||||||
|
echo "Updating game data..."
|
||||||
cd mk/linux
|
cd mk/linux
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
|
@@ -4,6 +4,9 @@
|
|||||||
# 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+
|
||||||
|
|
||||||
|
echo "Initializing ZetaGlest setup..."
|
||||||
|
echo
|
||||||
|
echo "Downloading game data..."
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
git clone https://github.com/ZetaGlest/zetaglest-data.git data
|
git clone https://github.com/ZetaGlest/zetaglest-data.git data
|
||||||
|
Reference in New Issue
Block a user