1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-06-17 01:10:14 +00:00

Minor wording for linux script

This commit is contained in:
FellippeHeitor 2020-01-19 10:59:14 -03:00
parent 4d122b531d
commit d9ee85ac92

View file

@ -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 {} \;