From d9ee85ac92695a150d9b31208090ec5ae52d763b Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Sun, 19 Jan 2020 10:59:14 -0300 Subject: [PATCH] Minor wording for linux script --- setup_lnx.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup_lnx.sh b/setup_lnx.sh index f069b1b98..101db287e 100755 --- a/setup_lnx.sh +++ b/setup_lnx.sh @@ -94,11 +94,12 @@ elif [ -z "$DISTRO" ]; then echo " OpenGL developement libraries" echo " ALSA development libraries" echo " GNU C++ Compiler (g++)" + echo " zlib" fi echo "Compiling and installing QB64..." -### GL installation process +### Build process find . -name "*.sh" -exec chmod +x {} \; find . -type f -iname "*.a" -exec rm -f {} \; find . -type f -iname "*.o" -exec rm -f {} \;