boinc/3rdParty
Christian Beer 7b2fb9b32f Build Mac: harden build script against paths with spaces 2017-08-10 10:30:32 +02:00
..
README.md Build: restructure dependency builds for Linux 2017-03-17 14:55:39 +01:00
buildLinuxDependencies.sh Build Linux: enable dependency debug build 2017-04-11 13:07:44 +02:00
buildMacDependencies.sh Build Mac: harden build script against paths with spaces 2017-08-10 10:30:32 +02:00
buildWxLinux.sh Build Linux: enable dependency debug build 2017-04-11 13:07:44 +02: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.