Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Further clarify mathlab version #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ KSPTOT contains the following software tools:

## Download & Installation Instructions
#### To install and run KSPTOT on **Windows**, do the following:
1. Download the [Windows 64-bit R2023b MATLAB Compiler Runtime (MCR)](https://www.mathworks.com/products/compiler/matlab-runtime.html).
1. Download the [Windows 64-bit R2023b MATLAB Compiler Runtime (MCR)](https://www.mathworks.com/products/compiler/matlab-runtime.html) (it MUST be R2023b, not anything earlier or later).
2. Install the MCR package on your computer. **You may need to restart your PC after installing in order to use KSPTOT.**
3. **Download the KSPTOT package.
4. Unzip the KSPTOT package to a directory of your choosing.
Expand All @@ -24,7 +24,7 @@ KSPTOT contains the following software tools:
8. To update from a previous version, just repeat steps 3-6. There is no need to re-download the MCR.
#### **Mac/Linux Users: Follow these instructions instead.**
1. (Mac only): [Download VirtualBox for OS X hosts.](https://www.virtualbox.org/wiki/Downloads) Install according to the VirtualBox instructions. Setup and install a distribution of Linux as a virtual machine within VirtualBox. (Ex: [Ubuntu](https://www.ubuntu.com/download/desktop)) All instructions from here on down will reference the virtual machine and it's Linux operating system, not the Mac system.
2. Download the [Linux 64-bit R2023b MATLAB Compiler Runtime (MCR).](https://www.mathworks.com/products/compiler/matlab-runtime.html)
2. Download the [Linux 64-bit R2023b MATLAB Compiler Runtime (MCR).](https://www.mathworks.com/products/compiler/matlab-runtime.html) (it MUST be R2023b, not anything earlier or later).
3. Install the MCR package on your computer. **You may need to restart your PC after installing in order to use KSPTOT.**
1. You MUST install the MCR to **"/usr/local/MATLAB/R2023b/"!** The software will not work correctly if this is not done.
4. **Download the KSPTOT Package.**
Expand Down