/******************************************************************************
*
*
*
* 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.
*
* Documents produced by Doxygen are derivative works derived from the
* input used in their production; they are not affected 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.trolltech.com/products/qt.html})\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.
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
*/