| Branch | Matrix | Documentation |
|---|---|---|
| master | ||
| develop |
Any of these should be available for quick install from your standard package manager.
git clone --recursive https://github.com/carlos-brito-pacheco/rodin
cd rodin
mkdir build && cd build
cmake ..
make -j4
| Option | Description |
|---|---|
| RODIN_BUILD_EXAMPLES | Builds the examples in the examples/ directory. |
| RODIN_BUILD_DOC | Builds the documentation using Doxygen |
| RODIN_USE_MCSS | Builds the documentation using Doxygen and m.css |
See this page to see how to build the documentation.