/******************************************************************************
*
* $Id$
*
* 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
* granted. No representations are made about the suitability of this software
* for any purpose. It is provided "as is" without express or implied warranty.
* See the GNU General Public License for more details.
*
* All output generated with Doxygen is not covered by this license.
*
*/
/*! \page install Installation
\addindex installation
First go to the
download page
\latexonly({\tt http://www.stack.nl/$\sim$dimitri/doxygen/download.html})\endlatexonly
to get the latest distribution and unpack it.
If you downloaded the source distribution, you need at least the
following to build the executable:
- Troll Tech's GUI toolkit Qt
\latexonly(see {\tt http://www.troll.no/dl})\endlatexonly.
\addindex Qt
- The GNU tools
flex, bison and make
\addindex flex
\addindex bison
\addindex make
- In order to generate a Makefile for your platform, you need
dimitri@stack.nl.
After compilation, the binaries will be located in the \c bin
directory of the distribution.
You may want to copy these files to a location in your path
(\c /usr/local/bin for instance) or add the \c bin
directory of the distribution to your search path.
On Unix you can also type:
\verbatim
make install
\endverbatim
The following binaries should now be available:
- \c doxygen: for generating the class browser.
- \c doxytag: for creating a tag file containing references
to external documentation.
- \c doxysearch: the search engine. This binary should not be
executed directly. It must be called from an CGI script that will be
generated by doxygen.
To take full advantage of doxygen's features the following additional
tools should be installed.
- \f$\mbox{\LaTeX}\f$:
teTeX 1.0 (for Unix) or
fpTeX 0.3 (for Windows)
Needed for LaTeX and PDF output.
-
the Graph visualization toolkit version 1.5
Needed for the include dependency graphs, the graphical inheritance graphs,
and the collaboration graphs.
Note: For windows you will have to set the DOTFONTPATH
environment
variable to include the current directory (e.g. DOTFONTPATH=.
)
-
the HTML help workshop (for Windows only)
Needed for compiling compressed HTML output (a.k.a. the new Windows help format).
Doxygen was developed and tested under Linux using the following tools:
- EGCS version 2.91.66
- GNU flex version 2.5.4
- GNU bison version 1.25
- GNU make version 3.76.1
- Perl version 5.005_02
- VIM version 5.4
- Netscape 4.61
- Troll Tech's tmake version 1.3 (included in the distribution)
- teTeX version 0.9
- CVS 1.10.7
\htmlonly
Go to the next section or return to the
index.
\endhtmlonly
*/