added possible build without installation

This commit is contained in:
Václav Šmejkal 2022-05-03 17:19:19 +02:00
parent 703c7d7044
commit 5056fe2764

View File

@ -79,6 +79,7 @@ elif [[ "$1" == "install" ]]; then ########## INSTALL ##########
$compiler $flags -o $installOutput *.o
if [[ "$2" != "lib" ]]; then
###
echo "Installing library..."
###
@ -90,6 +91,7 @@ elif [[ "$1" == "install" ]]; then ########## INSTALL ##########
echo -e "\nCompilation failed. Did you run 'configure.sh' first and 'build.sh' with sudo?"
exit 1
fi
fi
###
echo "Finished! Cleaning up..."