6.7. Build with dependencies

any unit

For full-featured build with handling of dependencies apply any unit command:

    any unit id package-1.2.3
The command will gather information about missing deps and will install them, then will check dependencies state once more, and in case some are still missing, will build them. After that it will launch the building of directly ordered package package-1.2.3.

any unit is applicable for package groups as well:

    any unit id package-1.2.3,one-1.0,two-2.0
    any unit id some.src

any buildtree

Command to build all missing dependencies instead of their installation:

    any buildtree id package-1.2.3

Command to rebuild all dependencies, missing and present alike:

    any buildtreenew id package-1.2.3