Currently, dependencies have to be installed manually (when users aren't using git and submodules). A pipeline that automatically downloads, unzips and installs dependencies could make the startup process much more lean.
A related procedure, check_dependencies will likely need to be revamped in the process as well.
Currently, dependencies have to be installed manually (when users aren't using git and submodules). A pipeline that automatically downloads, unzips and installs dependencies could make the startup process much more lean.
A related procedure,
check_dependencies
will likely need to be revamped in the process as well.