Build2

From wikinotes
Revision as of 19:41, 8 March 2019 by Will (talk | contribs) (Created page with "build2 is a C++ build toolchain that attempts to simplify cross-compilation. Commands to trigger builds are identicall across platforms, and the project is entirely self conta...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

build2 is a C++ build toolchain that attempts to simplify cross-compilation. Commands to trigger builds are identicall across platforms, and the project is entirely self contained.

If the workflow is not desirable, the cross-platform build streamlining is very impressive. It even includes a way cross compiling MSVC buids from linux.

See https://build2.org/