building.md: add graphviz to our deps
authorBrendan Le Foll <brendan.le.foll@intel.com>
Thu, 2 Apr 2015 12:54:38 +0000 (13:54 +0100)
committerBrendan Le Foll <brendan.le.foll@intel.com>
Thu, 2 Apr 2015 12:54:38 +0000 (13:54 +0100)
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
docs/building.md

index 7ab9ae2..d1d95b2 100644 (file)
@@ -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}