von Meiko Settmacher, Maximilian Barthel, Ferdinand Rau
See INSTALLATION for detailed instructions on how to install the library on Linux, macOS, and Windows.
After installation, you can include the library in your CMake project like this:
In your CMakeLists.txt:
and then in src/main.cpp:
Check out the examples folder for code samples demonstrating how to use the library features.
For Development Information please see DEVELOPMENT
Disclaimer: The Code Comments (and therefore the Descriptions in the Documenation), are for the most part by generative AI (GPT-4o-mini)
The API Documentation is generated by doxygen and available here.
You can optionally build the Documentation yourself using Doxygen
If you wish to create a PDF Documentaion you will need a Latex Compiler and some tool like pdflatex installed on your system.
Change GENERATE_LATEX = NO to GENERATE_LATEX = YES in the Doxyfile, rebuild with doxygen from the project root and go into doc/latex and run make pdf.
This should result in a file called refman.pdf.