diff options
author | JinWang An <jinwang.an@samsung.com> | 2022-12-27 12:33:07 +0900 |
---|---|---|
committer | JinWang An <jinwang.an@samsung.com> | 2022-12-27 12:33:07 +0900 |
commit | 9cf4982ab5fc6d964e1a024ff91a72d1fee5dc00 (patch) | |
tree | a19f0c024ea91acd7177f41fb5f066023f49027b /doc/install.doc | |
parent | 15e5c5601a13a41757e2a5e1a9105d1714d40215 (diff) | |
download | doxygen-upstream/1.9.4.tar.gz doxygen-upstream/1.9.4.tar.bz2 doxygen-upstream/1.9.4.zip |
Imported Upstream version 1.9.4upstream/1.9.4
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 |