You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Duplicated links can lead to link rot in which one set is updated, but the other is ignored.
By utilizing reference links, one can ensure two usages of the same url can be updated at once, helping prevent link rot.
Copy file name to clipboardExpand all lines: BUILD.md
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,14 @@ As a preliminary step, make sure that you have the following installed on your s
13
13
* Qt® 5 or above (5.15.2 is the default and recommended).
14
14
* Visual Studio® 2015 or above (2019 is the default).
15
15
16
-
Qt V5.15.2 can be installed using the Qt online installer available from the Qt 5.15.2 release page here: https://www.qt.io/blog/qt-5.15.2-released
17
-
As an alternative, the Qt 5.12.6 offline installer can be used here: https://download.qt.io/archive/qt/5.12/5.12.6/
16
+
Qt V5.15.2 can be installed using the Qt online installer available from the Qt 5.15.2 release page [here][qt-online].
17
+
As an alternative, the Qt 5.12.6 offline installer can be used [here][qt-offline].
18
18
Qt should be installed to the default location (C:\Qt\Qt5.xx.x).
19
19
Be sure to select msvc2017/msvc2019 64-bit during Qt installation, depending on the compiler you decide to use.
20
20
A reboot is required after Qt is installed.
21
21
22
-
CMake can be downloaded from (https://cmake.org/download/).
23
-
Python (V3.x) can be downloaded from (https://www.python.org/). To build the documentation from Visual Studio, the Sphinx Python Document Generator is needed.
22
+
CMake can be downloaded from [here](https://cmake.org/download/).
23
+
Python (V3.x) can be downloaded from [here](https://www.python.org/). To build the documentation from Visual Studio, the Sphinx Python Document Generator is needed.
24
24
This can be installed once Python is installed, as follows:
25
25
* Open a command prompt and navigate to the scripts folder in the python install folder. Then type these 2 commands:
0 commit comments