Skip to content
Mike Airey edited this page Jan 29, 2022 · 2 revisions

ROOTMAP.Installer

This is the umbrella repository which is used to pull together and build all the ROOTMAP components into one shared installer for Windows-based systems.

It has git submodules at ROOTMAP.CLI, ROOTMAP.Configurator and ROOTMAP.Native. ROOTMAP.CLI and ROOTMAP.Native also reference ROOTMAP.Core as a submodule.

Each of these can be cloned and built separately, which is the recommended method for working with a ROOTMAP component. If changes need to be made to ROOTMAP.Core, ROOTMAP.Core.Test should be used to facilitate compilation/link testing and unit testing.

ROOTMAP.Installer itself can be built in a CI pipeline or locally.

Clone this wiki locally