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
As a preliminary step, make sure that you have the following installed on your system:
@@ -13,14 +14,14 @@ As a preliminary step, make sure that you have the following installed on your s
13
14
* Qt® 5 or above (5.15.2 is the default and recommended).
14
15
* Visual Studio® 2015 or above (2019 is the default).
15
16
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/
17
+
Qt V5.15.2 can be installed using the Qt online installer available from the Qt 5.15.2 release page [here][qt-online].
18
+
As an alternative, the Qt 5.12.6 offline installer can be used [here][qt-offline].
18
19
Qt should be installed to the default location (C:\Qt\Qt5.xx.x).
19
20
Be sure to select msvc2017/msvc2019 64-bit during Qt installation, depending on the compiler you decide to use.
20
21
A reboot is required after Qt is installed.
21
22
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.
23
+
CMake can be downloaded from [here](https://cmake.org/download/).
24
+
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
25
This can be installed once Python is installed, as follows:
25
26
* Open a command prompt and navigate to the scripts folder in the python install folder. Then type these 2 commands:
26
27
* pip install -U sphinx
@@ -38,7 +39,7 @@ The Release and Debug builds of RRA will be available in the build/release and b
38
39
39
40
### Building on Ubuntu
40
41
Required dependencies can be installed as follows:
0 commit comments