aboutsummaryrefslogtreecommitdiff
path: root/DEPENDENCIES
diff options
context:
space:
mode:
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r--DEPENDENCIES14
1 files changed, 14 insertions, 0 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
index f70a1d4..62e703d 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