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
|
||||
LANG=C
|
||||
|
||||
echo "Installing required dependencies...(requires root)"
|
||||
echo
|
||||
|
||||
SCRIPTDIR="$(dirname "$(readlink -f "$0")")"
|
||||
|
||||
# If you wanna only see the BuildDeps then launch script like that: './setupBuildDeps.sh --manually'.
|
||||
|
@@ -8,6 +8,8 @@
|
||||
#
|
||||
# Configuration section
|
||||
#
|
||||
echo "Building ZetaGlest..."
|
||||
echo
|
||||
|
||||
# Default to English language output so we can understand your bug reports
|
||||
export LANG=C
|
||||
|
@@ -1,6 +1,8 @@
|
||||
#!/bin/bash
|
||||
echo "Updating source code..."
|
||||
cd ../..
|
||||
git pull
|
||||
echo "Updating game data..."
|
||||
cd mk/linux
|
||||
mkdir build
|
||||
cd build
|
||||
|
@@ -4,6 +4,9 @@
|
||||
# Written by Mark Vejvoda <mark_vejvoda@hotmail.com>
|
||||
# Copyright (c) 2011-2013 Mark Vejvoda under GNU GPL v3.0+
|
||||
|
||||
echo "Initializing ZetaGlest setup..."
|
||||
echo
|
||||
echo "Downloading game data..."
|
||||
mkdir build
|
||||
cd build
|
||||
git clone https://github.com/ZetaGlest/zetaglest-data.git data
|
||||
|
Reference in New Issue
Block a user