boinc/3rdParty
talregev aff3048690 change android cache_dir defualt location: $(pwd)/3rdParty/cacheBuild/android
android-tc new location: -> "$cache_dir"/android-tc
Set ANDROID_ARM_NEON from triplet
Change cache vcpkg of android to $cache_dir/vcpkgcache/
Add more option to clear_environemt
Change vcpkg location aka vcpkd_root env var: $BUILD_DIR/vcpkg
2021-04-03 20:41:19 +03:00
..
vcpkg_ports change android cache_dir defualt location: $(pwd)/3rdParty/cacheBuild/android 2021-04-03 20:41:19 +03:00
README.md
buildGoogletestLinux.sh Tests: add unit testing framework using googletest 2019-04-20 13:30:03 +02:00
buildLinuxDependencies.sh Tests: add unit testing framework using googletest 2019-04-20 13:30:03 +02:00
buildMacDependencies.sh Fix Mac build. Additional clean-up 2020-07-14 13:56:26 +02: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.