aboutsummaryrefslogtreecommitdiff
path: root/DEPENDENCIES
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2014-12-17 13:10:32 -0500
committerMaxim Uvarov <maxim.uvarov@linaro.org>2014-12-18 16:28:30 +0300
commit72b7b11bc160e54666ef0706eb270e898627ba4f (patch)
tree4e28e25d7ab6e8cc4a872f3aac561314b7cbf3f1 /DEPENDENCIES
parentd24e4cbc589fe648e4e735d0e8306a40675d74c7 (diff)
DEPENDENCIES: add documentation instructions
In order to build the documentation doxygen is required, to generate a pdf further tools are needed. Add instructions on how to do this. Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r--DEPENDENCIES14
1 files changed, 14 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
index f70a1d4e8..62e703dab 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -98,3 +98,17 @@ Prerequisites for building the OpenDataPlane (ODP) API
$ Add the configuration option to the regular configuration options
./configure --enable-cunit #if cunit is in the PATH
./configure --with-cunit-path=DIR #only if you need a path to Cunit libs and headers
+
+5.0 Documentation & Doxygen
+
+See http://www.stack.nl/~dimitri/doxygen/manual/install.html
+
+The tested version of doxygen is 1.8.8
+
+5.1 HTML
+ # Debian/Ubuntu
+ $ apt-get install doxygen graphviz
+
+5.2 PDF
+ # Debian/Ubuntu
+ $ apt-get install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended