diff --git a/mk/linux/build-deps.sh b/mk/linux/build-deps.sh index 88ca8bf43..dfd2c7c53 100755 --- a/mk/linux/build-deps.sh +++ b/mk/linux/build-deps.sh @@ -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'. diff --git a/mk/linux/build-zg-nodeps.sh b/mk/linux/build-zg-nodeps.sh index 4cf7beebb..ba0d2af5a 100755 --- a/mk/linux/build-zg-nodeps.sh +++ b/mk/linux/build-zg-nodeps.sh @@ -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 diff --git a/mk/linux/pull.sh b/mk/linux/pull.sh index 65c083316..6bb0b4079 100755 --- a/mk/linux/pull.sh +++ b/mk/linux/pull.sh @@ -1,6 +1,8 @@ #!/bin/bash +echo "Updating source code..." cd ../.. git pull +echo "Updating game data..." cd mk/linux mkdir build cd build diff --git a/mk/linux/setup.sh b/mk/linux/setup.sh index f1b354e2b..017f76046 100755 --- a/mk/linux/setup.sh +++ b/mk/linux/setup.sh @@ -4,6 +4,9 @@ # Written by Mark Vejvoda # 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