From 72b7b11bc160e54666ef0706eb270e898627ba4f Mon Sep 17 00:00:00 2001 From: Mike Holmes Date: Wed, 17 Dec 2014 13:10:32 -0500 Subject: 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 Reviewed-by: Anders Roxell Signed-off-by: Maxim Uvarov --- DEPENDENCIES | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 -- cgit v1.2.3