The documentation is built as follows.
- Open a terminal
- Install doxygen, on Ubuntu:
$ sudo apt install doxygen
- Change directory:
$ cd /path/to/optas/doc
- Run doxygen
$ doxygen
If you want to read the documentation in a web browser then open html/index.html
in Chrome/Firefox/etc.
If you want to read the documentation from a PDF, then you need to compile the documentation as follows.
$ cd /path/to/optas/doc/latex
$ make
- Open the document
refman.pdf