summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2000-06-18 16:12:02 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2000-06-18 16:12:02 (GMT)
commit2d0679ab5e5cf4fd5daa7bbc007c9b43ccac42d8 (patch)
tree87cc9a7540b6f305b72a7d2e3ecb7e16762b3488 /INSTALL
parenteb3b95e2aacced2a715337e2d4a93e588d3258c1 (diff)
downloadDoxygen-2d0679ab5e5cf4fd5daa7bbc007c9b43ccac42d8.zip
Doxygen-2d0679ab5e5cf4fd5daa7bbc007c9b43ccac42d8.tar.gz
Doxygen-2d0679ab5e5cf4fd5daa7bbc007c9b43ccac42d8.tar.bz2
Release-1.1.4-20000618
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL15
1 files changed, 9 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index 787aecd..d2f9e7f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -84,10 +84,13 @@ You will need to install the windows/dos versions of following tools:
You can download them at: http://sourceware.cygnus.com/cygwin/
Make sure the BISONLIB environment variable points to the
location where bison.simple and bison.hairy are located.
-- Qt-1.xx (Qt-2.xx should also work, but I didn't test it for Windows)
- (Hint: only the tools section is required, so you can use the free
- X-windows version (use Qt-1.44) as well!)
- You can get it at http://www.troll.no
+- Qt-1.xx (Qt-2.xx does not work without adding some extra code)
+ Only the tools section is required, so you can use the free
+ X-windows version (use Qt-1.44) and build a library called qt.lib out of
+ the sources in src/tools. The library should be put in the lib directory
+ of the Qt distribution. You can get Qt-1.44 at http://www.trolltech.com
+ Before continuing make sure the QTDIR environment variable points to the
+ root of the Qt distribution.
- Microsoft Visual C++ (I only tested with version 5.0).
Use the vcvars32.bat to set the environment variables
(if you did not select to do this automatically during installation).
@@ -146,7 +149,7 @@ QT RELATED PROBLEMS:
- do "cd qt"
- do "ln -s your-qt-include-dir-here include",
- do "ln -s your-qt-lib-dir-here lib",
- - do "export QTDIR=$PWD" (or "setenv QTDIR $PWD if you have a csh)
+ - do "export QTDIR=$PWD" (or "setenv QTDIR $PWD if you have a csh-like shell)
Now install doxygen as described above.
@@ -252,4 +255,4 @@ The latest version of doxygen can be obtained at
Enjoy,
-Dimitri van Heesch (11 June 2000)
+Dimitri van Heesch (18 June 2000)