summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authormueller <mueller@afe2bf4a-e733-0410-8a33-86f594647bc7>1999-12-15 19:26:45 (GMT)
committermueller <mueller@afe2bf4a-e733-0410-8a33-86f594647bc7>1999-12-15 19:26:45 (GMT)
commita6cb7ef1dc7c3d6b6ff949646b9b2deda3fc0bf3 (patch)
treebec2e27efcff1ecb747c25b00bb9fea1e068d151 /INSTALL
parent719f0a35063be88eddcc4ed8fe7a940de47ef20c (diff)
downloadDoxygen-a6cb7ef1dc7c3d6b6ff949646b9b2deda3fc0bf3.zip
Doxygen-a6cb7ef1dc7c3d6b6ff949646b9b2deda3fc0bf3.tar.gz
Doxygen-a6cb7ef1dc7c3d6b6ff949646b9b2deda3fc0bf3.tar.bz2
mods for doxygen-0.49-990522
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL17
1 files changed, 13 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 22f0481..6a9e9b9 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,12 +1,12 @@
-DOXYGEN Version 0.49-990425
+DOXYGEN Version 0.49-990522
INSTALLATION INSTRUCTIONS FOR UNIX:
-----------------------------------
1. Unpack the archive, unless you already have:
- gunzip doxygen-0.49-990425.src.tar.gz # uncompress the archive
- tar xf doxygen-0.49-990425.src.tar # unpack it
+ gunzip doxygen-0.49-990522.src.tar.gz # uncompress the archive
+ tar xf doxygen-0.49-990522.src.tar # unpack it
2. Make sure Qt is installed properly (check the environment variable $QTDIR)
@@ -80,6 +80,10 @@ You will need to install the windows/dos versions of following tools:
X-windows version as well!)
- Microsoft Visual C++ version 5.0, use the vcvars32.bat to set the environment
variables.
+- If you used WinZip to extract the tar archive it will (apparently) not
+ create empty folders, so you have to add the folders
+ `objects' and `bin' manually in the root of the distribution before
+ compiling.
Make sure all tools are accessible from the command-line.
@@ -97,6 +101,11 @@ nmake -f Makefile.windows examples
-----------------------------------------------------------------------------
KNOWN CONFIGURATION PROBLEMS
+HTML RELATED PROBLEMS:
+- the indent continuously increases.
+ This seems to be a problem that can be observed with Netscape 4.01.
+ It is not present in many later and earlier versions.
+
LATEX RELATED PROBLEMS:
- the LaTeX translation of HTML tables doesn't seem to work for all
@@ -129,4 +138,4 @@ The latest version of doxygen can be obtained at
Enjoy,
-Dimitri van Heesch (25 April 1999)
+Dimitri van Heesch (22 May 1999)