Installing Modules In Omegalib 5.0
How to install omegalib modules using the CMake GUI Starting form version 5.0 ( which will become the master version in a few days ), omegalib features a fully modular design. This new design allows users to start with a very lightweight version of omegalib, and customize it with the modules they need. Modules are kept in separate repositories so each revision history is separate, and development by different users is easier. Modules can be installed at configuration time in CMake, either by clicking on the checkboxes for modules you want to install, or by listing the desired module names in the MODULES cmake variable. How does omegalib install modules Omegalib does the following to perform module search and installation: During the first cmake configuration, a module list file is downloaded from a specific github repository, called the module hub . The predefined module hub is http://github.com/omega-hub/hub , and it can be customized by se...