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
@page gs_get Downloading & Installing QM™
21
+
@tableofcontents
21
22
@nav{gs,gs_run}
22
23
23
-
@tableofcontents
24
+
@section gs_bundle Downloading QM™ in QP™-Bundle
25
+
The most recommended way of getting QM™ is by downloading the <a class="extern" target="_blank" href="https://www.state-machine.com/#Downloads"><b>QP-bundle™</b></a>, which includes QM™ and also all <a class="extern" target="_blank" href="https://www.state-machine.com/products/qp/">QP™ Real-Time Embedded Frameworks</a> and the <a class="extern" target="_blank" href="https://www.state-machine.com/products/qtools/">QTools™ collection</a>. The main advantage of getting QM™ bundled together like that is that you get all components, tools and ready-to-use examples.
24
26
25
-
<p>The most recommended way of getting QM™ is by downloading the <a class="extern" target="_blank" href="https://www.state-machine.com/#Downloads"><b>QP-bundle™</b></a>, which includes QM™ and also all <a class="extern" target="_blank" href="https://www.state-machine.com/products/qp/">QP™ Real-Time Embedded Frameworks</a> and the <a class="extern" target="_blank" href="https://www.state-machine.com/products/qtools/">QTools™ collection</a>. The main advantage of getting QM™ bundled together like that is that you get all components, tools and ready-to-use examples.
<a class="extern" target="_blank" href="https://www.state-machine.com/#Downloads"><strong>QP-bundle™</strong></a> is the **most recommended** way of downloading and installing QM™. However, if you are allergic to installers and GUIs or don't have administrator privileges you can also **download and install QM™ separately** as described below.
@@ -31,19 +33,11 @@ The features of this online help and tips for using it are described in Section
31
33
@section gs_gh Downloading QM™ from GitHub
32
34
Go to the <a class="extern" href="https://github.com/QuantumLeaps/qm/releases" target="_blank">QM™ <strong>release</strong> page on GitHub</a>, and choose the QM™ version number you wish to download. You should select the latest QM™ version, unless you have a very specific reason to go with an older release.
33
35
34
-
Inside the release directory (e.g., `4.6.0`), you need to choose the QM™ archive for your platform. QM™ is available for Windows (`qm_<ver>-win32.zip`), Linux (`qm_<ver>-linux64.zip`), and MacOS (`qm_<ver>-macx64.dmg`).
36
+
Inside the release directory (e.g., `5.1.3`), you need to choose the QM™ archive for your platform. QM™ is available for Windows (`qm_<ver>-win32.zip`), Linux (`qm_<ver>-linux64.zip`), and MacOS (`qm_<ver>-macx64.dmg`).
35
37
36
38

37
39
38
40
39
-
@section gs_sf Downloading QM™ from SourceForge
40
-
Go to the <a class="extern" href="https://sourceforge.net/projects/qpc/files/QM/" target="_blank">QM™ <strong>download</strong> page on SourceForge</a>, and choose the QM™ version number you wish to download. You should select the latest QM™ version, unless you have a very specific reason to go with an older release.
41
-
42
-
Inside the release directory (e.g., `4.6.0`), you need to choose the QM™ archive for you platform. QM™ is available for Windows (`qm_<ver>-win32.zip`), Linux (`qm_<ver>-linux64.zip`), and MacOS (`qm_<ver>-macx64.dmg`).
43
-
44
-

45
-
46
-
47
41
@section gs_install Installing QM™
48
42
49
43
@note
@@ -196,7 +190,6 @@ The simplest way of running QM™ is by double-clicking on the desktop short
196
190

197
191
198
192
199
-
200
193
@section gs_run_linux Launching QM™ on Linux
201
194
202
195
<span class="highlight">To run the QM™ application on Linux, you need to run the `<qm>/bin/qm.sh` bash script instead of the `<qm>/bin/qm` executable directly</span>. This is because the dynamic linker on Linux does **not** check the application directory for dynamic libraries by default, and it has to be expressly configured by setting the `LD_LIBRARY_PATH` environment variable, which is why you need the `<qm>/bin/qm.sh` script. Make sure that the script has executable permissions.
0 commit comments