summaryrefslogtreecommitdiff
path: root/doc/install.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install.doc')
-rw-r--r--doc/install.doc10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/install.doc b/doc/install.doc
index b3a030d..54f93b1 100644
--- a/doc/install.doc
+++ b/doc/install.doc
@@ -46,14 +46,14 @@ tools should be installed.
<ul>
<li>Qt Software's GUI toolkit
- <a href="https://www.qt.io/developers">Qt</A>
+ <a href="https://doc.qt.io/">Qt</A>
\addindex Qt
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>
This is needed for generating \LaTeX, Postscript, and PDF output.
-<li><a href="http://www.graphviz.org/">
+<li><a href="https://www.graphviz.org/">
the Graph visualization toolkit version 2.38 or higher</a>
Needed for the include dependency graphs,
the graphical inheritance graphs, and the collaboration graphs.
@@ -188,13 +188,13 @@ Now start a visual studio native command shell (for either x86 or x64) and type
cd c:\tools
tar zxvf doxygen-x.y.z.src.tar.gz
\endverbatim
-to unpack the sources (you can obtain \c tar from e.g. http://gnuwin32.sourceforge.net/packages.html).
+to unpack the sources (you can obtain \c tar from e.g. https://gnuwin32.sourceforge.net/packages.html).
Alternatively you can use an unpack program, like 7-Zip (see https://www.7-zip.org/)
or use the built-in unpack feature of modern Windows systems).
Now your environment is setup to generate the required project files for \c doxygen.
-cd into the \c doxygen-x.y.z directory, create and cd to a build directory
+change directory to the \c doxygen-x.y.z directory, create and change to a build directory
\verbatim
mkdir build
cd build
@@ -211,7 +211,7 @@ nmake
\endverbatim
Note that compiling Doxywizard requires Qt 5.14 or newer
-(see https://www.qt.io/developers).
+(see https://doc.qt.io/).
Also read the next section for additional tools you may need to install to run
doxygen with certain features enabled.