diff --git a/staticBuilder.sh b/staticBuilder.sh new file mode 100755 index 0000000..f43baeb --- /dev/null +++ b/staticBuilder.sh @@ -0,0 +1,9 @@ +#!/bin/sh +#Builds a static release of the RecipeDB program for linux. +echo "Building static release..." +qmake +make -C /home/andrew/Programming/Projects/staticRelease/ clean +PATH=/home/andrew/Programming/Qt5_10static/bin:$PATH +export PATH +make -C /home/andrew/Programming/Projects/staticRelease/ +echo "Done!" \ No newline at end of file