Added script messages

This commit is contained in:
mathusummut
2018-11-06 17:03:27 +01:00
parent c667ba2584
commit 67f5682a26
4 changed files with 10 additions and 0 deletions

View File

@@ -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'.

View File

@@ -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

View File

@@ -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

View File

@@ -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