diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2013-07-28 13:28:20 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2013-07-28 13:28:20 (GMT) |
commit | ffa8abdcd899778eeda66cb425c6d54ac9764f78 (patch) | |
tree | 9f84b8ae8aac301a798822588e58901398fce234 /doc | |
parent | fe44a7f4e14e1c21820993628829a3cc24421989 (diff) | |
download | Doxygen-ffa8abdcd899778eeda66cb425c6d54ac9764f78.zip Doxygen-ffa8abdcd899778eeda66cb425c6d54ac9764f78.tar.gz Doxygen-ffa8abdcd899778eeda66cb425c6d54ac9764f78.tar.bz2 |
Bug 704971 - Can't build with MinGW
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.doc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/install.doc b/doc/install.doc index 4eb0308..a4fe2f7 100644 --- a/doc/install.doc +++ b/doc/install.doc @@ -29,9 +29,10 @@ If you downloaded the source distribution, you need at least the following to build the executable: <ul> <li>The <a href="ftp://prep.ai.mit.edu/pub/gnu/">GNU</a> tools - \c flex, \c bison and <code>GNU make</code>, and \c strip + \c flex, \c bison, \c libiconv and <code>GNU make</code>, and \c strip \addindex flex \addindex bison + \addindex libiconv \addindex make \addindex strip <li>In order to generate a \c Makefile for your platform, you need @@ -48,7 +49,7 @@ tools should be installed. <li>Qt Software's GUI toolkit <a href="http://qt-project.org/">Qt</A> \addindex Qt - version 4.3 or higher. + version 4.3 or higher (but currently, Qt 5.x is not supported). This is needed to build the GUI front-end doxywizard. <li>A \f$\mbox{\LaTeX}\f$ distribution: for instance <a href="http://www.tug.org/interest.html#free">TeX Live</a> |