README 533 Bytes
Newer Older
Gus Grubba's avatar
Gus Grubba committed
1
2
3
4
Mac OS X
========
To install doxygen and dot: 
brew install doxygen dot
5

6
7
8
doxyqml:
https://github.com/agateau/doxyqml
$sudo pip3 install doxyqml
9
10
11
12

Then to generate the html, run the following code while you are in the qgroundcontrol/doc directory:
$doxygen Doxyfile

Gus Grubba's avatar
Gus Grubba committed
13
The html file index.html should be in doc/html. 
14

AJRepo's avatar
AJRepo committed
15
16
17
18
19
20
21
Debian
=====================
#To build documentation first install dependencies (doxygen, doxyqml and dot):
sudo apt install doxygen graphviz doxyqml

#Then build documentation in the doc/ directory
doxygen ./Doxyfile