Skip to content

Commit fdeffac

Browse files
committed
Documentation: minor updates to standalone page
1 parent 9b190a2 commit fdeffac

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/installation/standalone.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,20 @@
33
## Introduction
44

55
!!! 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).
77

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.
911
- The **SPM Standalone** itself containing the compiled SPM, as a ZIP file.
1012

1113
## Installation
1214

1315
1. Download the SPM Standalone ZIP file from the newest [GitHub release](https://github.com/spm/spm/releases/latest/) for your OS
1416

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`
1618

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:
1820

1921
```bash
2022
chmod 755 runtime_installer/Runtime_R2024b_for_spm_standalone_24.11.install

0 commit comments

Comments
 (0)