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
Copy file name to clipboardExpand all lines: docs/installation/standalone.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,18 +3,20 @@
3
3
## Introduction
4
4
5
5
!!! note "What is Standalone SPM?"
6
-
A standalone SPM is a version of SPM that has been compiled using the [MATLAB Compiler](https://www.mathworks.com/products/compiler.html) so that it does not require the availability of a MATLAB licence (you might want to check first [here](https://www.mathworks.com/academia/tah-support-program/eligibility.html) whether you have access to a MATLAB campus license).
6
+
Standalone SPM is a version of SPM that has been compiled using the [MATLAB Compiler](https://www.mathworks.com/products/compiler.html) so that it does not require a MATLAB licence (you might want to check first [here](https://www.mathworks.com/academia/tah-support-program/eligibility.html) whether you have access to a MATLAB campus license).
7
7
8
-
- The **MATLAB Runtime**: it contains a set of libraries that enables the execution of compiled MATLAB applications. The version has to match the one that was used to compile SPM.
8
+
The download contains:
9
+
10
+
- The **MATLAB Runtime**: a set of libraries that enables the execution of compiled MATLAB applications. The version has to match the one that was used to compile SPM.
9
11
- The **SPM Standalone** itself containing the compiled SPM, as a ZIP file.
10
12
11
13
## Installation
12
14
13
15
1. Download the SPM Standalone ZIP file from the newest [GitHub release](https://github.com/spm/spm/releases/latest/) for your OS
14
16
15
-
2. Unzip `spm_standalone_<version>_<OS>.zip` in a folder of your choice, such as `C:\Users\login\Documents\MATLAB\spm_standalone`
17
+
2. Unzip `spm_standalone_<version>_<OS>.zip` in a folder of your choice, such as `C:\Users\login\Documents\spm_standalone`
16
18
17
-
3. Install the MATLAB Runtime via the provided installer in the ZIP file under `runtime_installer`. It will install the minimal MATLAB Runtime that is required to run SPM (~2.5GB). This can be optionally performed without a GUI via the command line with e.g.:
19
+
3. Install the MATLAB Runtime via the provided installer in the ZIP file under `runtime_installer`. It will install the minimal MATLAB Runtime that is required to run SPM (~2.5GB). This can be optionally performed without a GUI via the command line, e.g. on Linux/Mac:
0 commit comments