Justbuild is a generic build system supporting multi-repository builds. A pecularity of the tool is the separation between global names and physical location on the one hand, and logical paths used for actions and installation (sometimes referred to as "staging"). Language-specific information to translate high-level concepts (libraries, binaries) into individual compile action is taken from user-defined rules described by functional expressions.
-
The most simple way to build the
just
binary from scratch ispython3 ./bin/bootstrap.py
. For more details see the installation guide. -
Tutorial