Skip to content

Commit

Permalink
add instructions for building PDF manual
Browse files Browse the repository at this point in the history
  • Loading branch information
A1R0B0T committed Jan 4, 2022
1 parent adcbe3a commit 130c40f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/dev-docs.dox
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,16 @@
- Use the command line utility `iperender` to convert into a svg
- `iperender -svg -transparent file.ipe file.svg`

@section developers-pdfmanual Building the PDF Reference Manual


1. You will need to install doxygen and texlive
- `sudo apt-get update`
- `sudo apt-get install doxygen texlive-full`
2. Go into the project folder and generate
- `cd PATHTO/open_vins`
- `doxygen`
3. Go into the generated latex folder and build
- `cd open_vins/doxgen_generated/latex`
- `make`
4. Open the PDF file `/open_vins/doxgen_generated/latex/refman.pdf` to view documentation
*/

0 comments on commit 130c40f

Please sign in to comment.