[build2] Binaries of build2 0.8.0 toolchain for OS X and Linux
Dane Springmeyer
dane at mapbox.com
Mon Sep 17 04:08:23 UTC 2018
If anyone is interested I've published build2 binaries in mason.
They can be downloaded like:
git clone https://github.com/mapbox/mason.git
./mason/mason install build2 0.8.0
export PATH=$(./mason/mason prefix build2 0.8.0)/bin:$PATH
Both Linux and OS X are supported.
The raw tarballs can be downloaded without mason via:
OSX: https://mason-binaries.s3.amazonaws.com/osx-x86_64/build2/0.8.0.tar.gz
Linux: https://mason-binaries.s3.amazonaws.com/linux-x86_64/build2/0.8.0.tar.gz
The linux binaries are statically linked to libc++, allowing them to be portable to any modern Linux distribution (and not just those with c++17 support).
Dane
More information about the users
mailing list