diff options
Diffstat (limited to 'doc/install.doc')
-rw-r--r-- | doc/install.doc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/install.doc b/doc/install.doc index b1954d0..b3a030d 100644 --- a/doc/install.doc +++ b/doc/install.doc @@ -48,7 +48,7 @@ tools should be installed. <li>Qt Software's GUI toolkit <a href="https://www.qt.io/developers">Qt</A> \addindex Qt - version 4.3 or higher (including Qt 5). + version 5.14 or higher (including Qt 6). This is needed to build the GUI front-end doxywizard. <li>A \LaTeX distribution: for instance <a href="http://www.tug.org/interest.html#free">TeX Live</a> @@ -87,7 +87,7 @@ Compilation is now done by performing the following steps: <code>cmake</code> tries to determine the platform you use, and will look for the requires tools. It will report if something is missing. - If you have Qt-4.3 or higher installed and want to build the GUI + If you have Qt-5.14 or higher installed and want to build the GUI front-end, you should enable it as follows: cmake -Dbuild_wizard=YES .. @@ -164,7 +164,7 @@ From version 1.8.10 onwards, build files need to be generated by cmake. cmake can be downloaded from https://cmake.org/download/ \addindex cmake -At the moment only the express version of Visual Studio 2015 and 2017 are tested, +At the moment only the community version of Visual Studio 2019 is tested, but other version might also work. Alternatively, you can compile doxygen @@ -210,7 +210,7 @@ cmake -G "NMake Makefiles" .. nmake \endverbatim -Note that compiling Doxywizard requires Qt 4.3 or newer +Note that compiling Doxywizard requires Qt 5.14 or newer (see https://www.qt.io/developers). Also read the next section for additional tools you may need to install to run |