If you downloaded the source distribution, you need at least the following to build the executable:
INSTALL file that is included in the package.
To use the search engine doxysearch, you will also need a HTTP daemon running on the target system and permission to execute a CGI binary.
If you are running Unix, and have Qt installed correctly, you can simply enter
configure
To override the auto detected platform you can specify
configure --platform platform-type
PLATFORMS for a list of possible platforms. For more configuration options use configure --help
To compile and link the sources enter
make
After compilation, the binaries will be located in the bin directory of the distribution. You may want to copy these files to a location in your path (/usr/local/bin for instance) or add the bin directory of the distribution to your search path.
On Unix you can also type:
make install
The following binaries should now be available:
doxygen: for generating the class browser. doxytag: for creating a tag file containing references to external documentation. 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. Doxygen was developed and tested under Linux using the following tools:
Go to the next section or return to the index.
1.0.0 written by Dimitri van Heesch,
© 1997-1999