diff --git a/docs/building.md b/docs/building.md index 7ab9ae2..d1d95b2 100644 --- a/docs/building.md +++ b/docs/building.md @@ -16,8 +16,10 @@ what you'll need: To build the documentation you'll also need: * [Doxygen](http://www.stack.nl/~dimitri/doxygen/) 1.8.9.1+ +* [Graphviz](http://graphviz.org/) 2+ (For doxygen graph generation) * [Sphinx](http://sphinx-doc.org/) 1.1.3+ (For Python docs) + ## Basic build steps ~~~~~~~~~~~~~{.sh}