Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 811 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 811 Bytes

SOMHunter Documentation

User and developer documentation for the SOMHunter project.

The pre-built version of the generated Doxygen documentation is available here.

Build with Docker

Use a Docker container with TeX. You can either build the image yourself from the supplied Dockerfile:

docker build -t somhunter-docs/latex .

Or get prebuilt one: image size

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