diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2003-09-09 19:57:43 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2003-09-09 19:57:43 (GMT) |
commit | 79ad8414d813c1126e2807f4321ca4c70d6291fa (patch) | |
tree | c0925e732c4e9f06ccfc3974882096c5f56db513 /doc/install.doc | |
parent | 12ea1b8460a1484b87ba2a4182a94cace98aedf8 (diff) | |
download | Doxygen-79ad8414d813c1126e2807f4321ca4c70d6291fa.zip Doxygen-79ad8414d813c1126e2807f4321ca4c70d6291fa.tar.gz Doxygen-79ad8414d813c1126e2807f4321ca4c70d6291fa.tar.bz2 |
Release-1.3.3-20030909
Diffstat (limited to 'doc/install.doc')
-rw-r--r-- | doc/install.doc | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/install.doc b/doc/install.doc index 489dbea..f0bdbf6 100644 --- a/doc/install.doc +++ b/doc/install.doc @@ -125,7 +125,7 @@ Compilation is now done by performing the following steps: \endverbatim The program should compile without problems and three binaries - (<code>doxygen</code>, <code>doxytag</code>, and <code>doxysearch</code>) + (<code>doxygen</code> and <code>doxytag</code>) should be available in the bin directory of the distribution. <li>Optional: Generate the user manual. @@ -314,7 +314,7 @@ virtual function of class QList<PageInfo> is defined] \endverbatim These are generated because the compiler is confused about the object sharing -between \c doxygen and \c doxytag. To compile \c doxytag and \c doxysearch +between \c doxygen and \c doxytag. To compile \c doxytag anyway do: \verbatim @@ -322,7 +322,6 @@ rm -rf objects mkdir objects cd src gmake -f Makefile.doxytag -gmake -f Makefile.doxysearch \endverbatim when configuring with <code>--static</code> I got: @@ -457,8 +456,8 @@ Here is what is required: steps. <li>From Doxygen-1.2.2-20001015 onwards, the distribution includes the part - of Qt-2.x.y that is needed for to compile doxygen, doxytag, - and doxysearch. The Windows specific part were also created. + of Qt-2.x.y that is needed for to compile doxygen and doxytag, + The Windows specific part were also created. As a result doxygen can be compiled on systems without X11 or the commerical version of Qt. @@ -539,8 +538,8 @@ Compilation is now done by performing the following steps: \endverbatim This should build the executables - <code>doxygen.exe</code>, <code>doxytag.exe</code>, and - <code>doxysearch.exe</code> using Microsoft's Visual C++ compiler + <code>doxygen.exe</code> and <code>doxytag.exe</code> + using Microsoft's Visual C++ compiler (The compiler should not produce any serious warnings or errors). You can use also the <code>bcc</code> argument to build |