Skip to content
This repository was archived by the owner on May 30, 2018. It is now read-only.

Installation

Ben Baker edited this page Dec 18, 2017 · 11 revisions

Prerequisites

Configuring with CMake

Building

After successfully configuring the software it can be built by typing

make

in the root source directory. It can be installed by then typing

make install

If Doxygen is available then the developer level documentation can be generated by typing

doxygen Doxyfile

in the root source directory. The resulting files can be viewed with a web-browser.

Clone this wiki locally