Update third party wxWidgets with bugfix builds

This commit is contained in:
barton26 2021-09-30 16:02:32 -04:00
parent 7d881cb88c
commit e829f05757
2 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@ fi
if [ "${gtest_only}" = "yes" ]; then
download_and_build "googletest-release-1.8.1" "release-1.8.1.tar.gz" "https://github.com/google/googletest/archive/release-1.8.1.tar.gz" "${ROOTDIR}/3rdParty/buildGoogletestLinux.sh"
else
download_and_build "wxWidgets-3.0.2" "wxWidgets-3.0.2.tar.bz2" "https://sourceforge.net/projects/wxwindows/files/3.0.2/wxWidgets-3.0.2.tar.bz2" "${ROOTDIR}/3rdParty/buildWxLinux.sh ${wxoption}"
download_and_build "wxWidgets-3.0.5" "wxWidgets-3.0.5.tar.bz2" "https://github.com/wxWidgets/wxWidgets/releases/download/v3.0.5/wxWidgets-3.0.5.tar.bz2" "${ROOTDIR}/3rdParty/buildWxLinux.sh ${wxoption}"
fi
# change back to root directory

View File

@ -20,7 +20,7 @@
# Script to build a wxWidgets GTK version for BOINC
# Usage:
# cd [path]/wxWidgets-3.0.2/
# cd [path]/wxWidgets-3.0.5/
# source path_to_this_script [--clean] [--debug] [--prefix PATH]
#
# the --clean argument will force a full rebuild.