mirror of https://github.com/BOINC/boinc.git
Update third party wxWidgets with bugfix builds
This commit is contained in:
parent
7d881cb88c
commit
e829f05757
|
@ -141,7 +141,7 @@ fi
|
||||||
if [ "${gtest_only}" = "yes" ]; then
|
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"
|
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
|
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
|
fi
|
||||||
|
|
||||||
# change back to root directory
|
# change back to root directory
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
# Script to build a wxWidgets GTK version for BOINC
|
# Script to build a wxWidgets GTK version for BOINC
|
||||||
|
|
||||||
# Usage:
|
# Usage:
|
||||||
# cd [path]/wxWidgets-3.0.2/
|
# cd [path]/wxWidgets-3.0.5/
|
||||||
# source path_to_this_script [--clean] [--debug] [--prefix PATH]
|
# source path_to_this_script [--clean] [--debug] [--prefix PATH]
|
||||||
#
|
#
|
||||||
# the --clean argument will force a full rebuild.
|
# the --clean argument will force a full rebuild.
|
||||||
|
|
Loading…
Reference in New Issue