aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorredfish <redfish@galactica.pw>2016-08-20 12:11:57 -0400
committerredfish <redfish@galactica.pw>2016-08-20 12:12:39 -0400
commitd3363d573e02fc966846d247bf11287772733539 (patch)
treeb9625dad2c9d0c6424bb10cdc39c4604ccf5065f /README.md
parentreadme: add deps: miniupnpc and libunwind (diff)
downloadmonero-d3363d573e02fc966846d247bf11287772733539.tar.xz
readme: add deps for documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index a607f350a..4d9f4430e 100644
--- a/README.md
+++ b/README.md
@@ -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)