Skip to content

Installation process update

Slavomir Hnatic requested to merge simplify-legacy-install into dev
DO NOT REMOVE THIS BOXED MESSAGE

Code in this merge request is subject to review by Code Owners.
The list of reviewers is posted in the comments section.
After all of the code is approved, please put a brief notice about it at the beginning of this message.

NOTE: Merging this code without getting it approved by Code Owners will result in suspending your developer rights!!!


Replaced 2 scripts with single one.

Improvements: the whole installation process is even more simplified. (This is currently default install which will
be phased out, once new build system works as simple as this one and is adopted by users - might take some time).

- the script has default options, and when run from $HOMEDIR automatically installs everything in a single go.
The options can be changed by flags (build, installation dirs etc, see documentation).

Updated README.md also. In dependencies section I added eigen3, googletest and updated clang-format instructions.

Edited by CodeOwners Admin

Merge request reports