boinc/3rdParty
Christian Beer 5a236ebb6a Build: optionally disable webview support in wxWidgets
Some Linux distributions are dropping webkitgtk support which is needed for wxWebView to work. This will build a second wxWidgets cache that has no webview support in order to test new code.
2018-01-29 21:08:50 +01:00
..
README.md
buildLinuxDependencies.sh Build: optionally disable webview support in wxWidgets 2018-01-29 21:08:50 +01:00
buildMacDependencies.sh Mac: Fix Travis script to match my recent changes to buildWxMac.sh and buildsqlite3.sh scripts: don't rebuild these libraries if they are 64-bit only (i.e., if they are not "universal" binaries containing both 32-bit and 64-bit code) 2018-01-26 02:44:33 -08:00
buildWxLinux.sh Build: optionally disable webview support in wxWidgets 2018-01-29 21:08:50 +01: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.