-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMCRreadme.txt
48 lines (30 loc) · 1.37 KB
/
MCRreadme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
MLAST_APP Executable
1. Prerequisites for Deployment
Verify that version 9.3 (R2017b) of the MATLAB Runtime is installed.
If the MATLAB Runtime is not installed, you can run the MATLAB Runtime installer.
To find its location, enter
>>mcrinstaller
at the MATLAB prompt.
Alternatively, download and install the Windows version of the MATLAB Runtime for R2017b
from the following link on the MathWorks website:
http://www.mathworks.com/products/compiler/mcr/index.html
For more information about the MATLAB Runtime and the MATLAB Runtime installer, see
Package and Distribute in the MATLAB Compiler documentation
in the MathWorks Documentation Center.
NOTE: You will need administrator rights to run the MATLAB Runtime installer.
2. Files to Deploy and Package
Files to Package for Standalone
================================
-MLAST_APP.exe
-MCRInstaller.exe
Note: if end users are unable to download the MATLAB Runtime using the
instructions in the previous section, include it when building your
component by clicking the "Runtime downloaded from web" link in the
Deployment Tool.
-This readme file
3. Definitions
For information on deployment terminology, go to
http://www.mathworks.com/help and select MATLAB Compiler >
Getting Started > About Application Deployment >
Deployment Product Terms in the MathWorks Documentation
Center.