boinc/3rdParty
Tal Regev 6b870e984b
Update vcpkg wxwidgets to compile with -DwxBUILD_DEBUG_LEVEL=0
2022-07-12 06:10:25 +03:00
..
vcpkg_ports Update vcpkg wxwidgets to compile with -DwxBUILD_DEBUG_LEVEL=0 2022-07-12 06:10:25 +03:00
README.md Build: restructure dependency builds for Linux 2017-03-17 14:55:39 +01:00
buildGoogletestLinux.sh Tests: add unit testing framework using googletest 2019-04-20 13:30:03 +02:00
buildLinuxDependencies.sh Update wxwidgets to v3.2.0 2022-07-08 18:52:41 +03:00
buildMacDependencies.sh Revert "DO NOT MERGE: Temporarily clean cache to test buildcurl.sh script" 2021-11-16 04:39:44 -08:00
buildWxLinux.sh Update third party wxWidgets with bugfix builds 2021-09-30 16:05:46 -04:00

README.md

Purpose of 3rdParty

This directory is used to download and build dependencies for BOINC components. Archives should be downloaded into a platform specific subdirectory (e.g linux, mac, ...) to allow cross compilation of several platforms on a single host.

Build products of dependencies should be installed into a corresponding subdirectory of 3rdParty/buildCache to allow CI systems to cache this data between BOINC builds.

See the existing buildLinuxDependencies.sh and buildMacDependencies.sh scripts for how this is done on Linux and Mac currently.