diff options
Diffstat (limited to 'doc/install.doc')
-rw-r--r-- | doc/install.doc | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/doc/install.doc b/doc/install.doc index 78ae4f8..9ee3665 100644 --- a/doc/install.doc +++ b/doc/install.doc @@ -2,7 +2,7 @@ * * $Id$ * - * Copyright (C) 1997-1999 by Dimitri van Heesch. + * Copyright (C) 1997-2000 by Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its * documentation under the terms of the GNU General Public License is hereby @@ -91,6 +91,25 @@ The following binaries should now be available: generated by doxygen. </UL> +To take full advantage of doxygen's features the following additional +tools should be installed. + +<ul> +<li>\f$\mbox{\LaTeX}\f$: + <a href="http://www.tug.org">teTeX 1.0</a> (for Unix) or + <a href="ftp://ctan.tug.org/tex-archive/systems/win32/web2c/fptex-0.3/">fpTeX 0.3</a> (for Windows)<br> + Needed for LaTeX and PDF output. +<li><a href="http://www.research.att.com/sw/tools/graphviz/"> + the Graph visualization toolkit version 1.5</a><br> + Needed for the include dependency graphs, the graphical inheritance graphs, + and the collaboration graphs.<br> + <b>Note:</b> For windows you will have to set the <code>DOTFONTPATH</code> environment + variable to include the current directory (e.g. <code>DOTFONTPATH=.</code>) +<li><a href="http://msdn.microsoft.com/workshop/author/htmlhelp"> + the HTML help workshop</a> (for Windows only)<br> + Needed for compiling compressed HTML output (a.k.a. the new Windows help format). +</ul> + Doxygen was developed and tested under Linux using the following tools: <ul> <li>EGCS version 2.91.66 |