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 <[email protected]> --- 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 -- 2.1.0 _______________________________________________ lng-odp mailing list [email protected] http://lists.linaro.org/mailman/listinfo/lng-odp
