diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-06-18 16:12:02 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-06-18 16:12:02 (GMT) |
commit | cb417a1f59c3bf956677a59ce94cf13b4010f3c4 (patch) | |
tree | 87cc9a7540b6f305b72a7d2e3ecb7e16762b3488 /INSTALL | |
parent | 24106371e24a41d86a7a50de14d9741e591e95e3 (diff) | |
download | Doxygen-cb417a1f59c3bf956677a59ce94cf13b4010f3c4.zip Doxygen-cb417a1f59c3bf956677a59ce94cf13b4010f3c4.tar.gz Doxygen-cb417a1f59c3bf956677a59ce94cf13b4010f3c4.tar.bz2 |
Release-1.1.4-20000618
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -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) |