readme: add deps for documentation
This commit is contained in:
parent
5018dfb79a
commit
d3363d573e
|
@ -72,12 +72,17 @@ Dependencies:
|
||||||
* libunwind (optional, for stack trace on exception)
|
* libunwind (optional, for stack trace on exception)
|
||||||
* miniupnpc (optional, for NAT punching)
|
* miniupnpc (optional, for NAT punching)
|
||||||
|
|
||||||
Static Build Additional Dependencies:
|
Additional dependencies for statically-linked build:
|
||||||
|
|
||||||
* ldns `>=1.6.17`
|
* ldns `>=1.6.17`
|
||||||
* expat `>=1.1`
|
* expat `>=1.1`
|
||||||
* bison or yacc
|
* bison or yacc
|
||||||
|
|
||||||
|
Additional dependencies for building documentation:
|
||||||
|
|
||||||
|
* Doxygen
|
||||||
|
* graphviz
|
||||||
|
|
||||||
**Basic Process:**
|
**Basic Process:**
|
||||||
|
|
||||||
* Install the dependencies (see below for more detailed instructions for your OS)
|
* Install the dependencies (see below for more detailed instructions for your OS)
|
||||||
|
|
Loading…
Reference in New Issue