diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -72,12 +72,17 @@ Dependencies: * libunwind (optional, for stack trace on exception) * miniupnpc (optional, for NAT punching) -Static Build Additional Dependencies: +Additional dependencies for statically-linked build: * ldns `>=1.6.17` * expat `>=1.1` * bison or yacc +Additional dependencies for building documentation: + +* Doxygen +* graphviz + **Basic Process:** * Install the dependencies (see below for more detailed instructions for your OS) |