User and developer documentation for the SOMHunter project.
The pre-built version of the generated Doxygen documentation is available here.
Use a Docker container with TeX. You can either build the image yourself from the supplied Dockerfile
:
docker build -t somhunter-docs/latex .
docker pull aergus/latex
Now you should be able to compile the PDFs with these :
docker run -ti --rm -v ${PWD}:/workdir -w /workdir somhunter-docs/latex make
# OR
docker run -ti --rm -v ${PWD}:/workdir -w /workdir aergus/latex make