-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
43 lines (23 loc) · 1.02 KB
/
readme.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
MATLAB Compiler
Prepared by Nik Mihaylov
1. Prerequisites for Deployment
. Verify the MATLAB Compiler Runtime (MCR) is installed and ensure you
have installed version 7.16.
. If the MCR is not installed, run MCRInstaller, located in:
<matlabroot>*\toolbox\compiler\deploy\win64\MCRInstaller.exe
For more information about the MCR and the MCR Installer, see
“Working With the MCR” in the MATLAB Compiler User’s Guide.
NOTE: You will need administrator rights to run MCRInstaller.
2. Files to Deploy and Package
Files to package for Standalone
================================
-find_ctc.exe
-MCRInstaller.exe
-include when building component by clicking "Add MCR" link
in deploytool
-This readme file
3. Definitions
For information on deployment terminology, go to
http://www.mathworks.com/help. Select your product and see
the Glossary in the User’s Guide.
* NOTE: <matlabroot> is the directory where MATLAB is installed on the target machine.