Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Latest commit

 

History

History
31 lines (16 loc) · 749 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 749 Bytes

solvant Codacy Badge

Building

To build

make

To test

make test

To clean

make clean

To produce different builds (e.g. Release), run

make BUILD_TYPE=<build-type>

If no BUILD_TYPE is entered, it defaults to Debug.

To generate documentation, make sure doxygen is installed. More specifically the packages, doxygen, doxygen-gui and graph-viz.

Once these packages are installed you can run

cd build && make docs && google-chrome docs/html/index.html

For basic usage see examples.