public release 3.0.0 - see README and CHANGES for details
This commit is contained in:
@ -1,7 +1,17 @@
|
||||
to compile the source code documentation, you need the following packages (naming according to Debian):
|
||||
To compile the source code documentation in HTML format,
|
||||
you need the following packages.
|
||||
They are available from Linux distributions unless noted otherwise.
|
||||
|
||||
GNU make
|
||||
doxygen
|
||||
doxygen-gui (optional)
|
||||
doxypy
|
||||
python
|
||||
doxypypy (pip)
|
||||
graphviz
|
||||
latex (optional)
|
||||
java JRE
|
||||
plantuml (download from plantuml.com)
|
||||
|
||||
export the location of plantuml.jar in the PLANTUML_JAR_PATH environment variable.
|
||||
|
||||
go to the `docs` directory and execute `make html`.
|
||||
|
||||
open `docs/html/index.html` in your browser.
|
||||
|
Reference in New Issue
Block a user