|
1 | 1 | ######################################################################## |
2 | | -## Configuration File for Installing R2019a MathWorks Products |
| 2 | +## Configuration File for Installing or Downloading R2019a MathWorks Products |
3 | 3 | ######################################################################## |
4 | 4 | ## |
5 | | -## Use this file to configure an installation of MathWorks products |
6 | | -## and support packages from the command line using the |
7 | | -## MATLAB Package Manager (mpm). For example, you can set the |
8 | | -## products and support packages you want to install and the |
9 | | -## folder where you want to install them. |
| 5 | +## Use this file to configure the installation or download of MathWorks |
| 6 | +## products and support packages from the command line using the |
| 7 | +## MATLAB Package Manager (mpm). |
10 | 8 | ## |
11 | | -## To configure your MATLAB installation: |
| 9 | +## To configure your MATLAB installation or download: |
12 | 10 | ## |
13 | 11 | ## 1. Set configuration parameters by uncommenting lines that |
14 | 12 | ## start with a single '#' and updating the values. The |
15 | 13 | ## comments above each parameter describe the valid values. |
16 | 14 | ## |
17 | 15 | ## 2. Run mpm from the command line, using the --inputfile option |
18 | 16 | ## to specify the full path to this configuration file. |
19 | | -## |
| 17 | +## |
| 18 | +## Install products: |
20 | 19 | ## mpm install --inputfile <full_path_to_this_file> |
21 | 20 | ## |
| 21 | +## Download products without installing: |
| 22 | +## mpm download --inputfile <full_path_to_this_file> |
| 23 | +## |
22 | 24 | ## You can download template input files for all supported releases from |
23 | 25 | ## https://github.com/mathworks-ref-arch/matlab-dockerfile/blob/main/MPM.md |
24 | 26 | ## |
25 | 27 | ######################################################################## |
26 | 28 |
|
27 | | - |
28 | 29 | ######################################################################## |
29 | | -## SPECIFY DESTINATION FOLDER |
| 30 | +## INSTALLATION OR DOWNLOAD FOLDER |
30 | 31 | ######################################################################## |
31 | 32 | ## |
32 | | -## Specify the full path to the folder where you want to install MATLAB. |
33 | | -## If you are adding products or support packages to an existing MATLAB |
34 | | -## installation, specify the full path to the folder where MATLAB is installed. |
| 33 | +## When installing products using 'mpm install': |
| 34 | +## |
| 35 | +## Specify the full path to the folder where you want to install the |
| 36 | +## products. When adding products or support packages to an |
| 37 | +## existing MATLAB installation, specify the full path to the folder |
| 38 | +## where MATLAB is installed. |
| 39 | +## |
| 40 | +## Example: |
| 41 | +## (Linux) destinationFolder=/usr/local/MATLAB/RXXXX |
| 42 | +## (Windows) destinationFolder=C:\Program Files\MATLAB\RXXXX |
| 43 | +## (Mac) destinationFolder=/Applications/MATLAB_RXXXX.app |
| 44 | +## |
| 45 | +## When downloading products using 'mpm download': |
| 46 | +## |
| 47 | +## Specify the full path to the folder where you want to download the |
| 48 | +## products. For 'mpm download', this option is required. |
35 | 49 | ## |
36 | | -## Example: |
37 | | -## (Windows) destinationFolder=C:\Program Files\MATLAB\RXXXX |
38 | | -## (Linux) destinationFolder=/usr/local/MATLAB/RXXXX |
39 | | -## (macOS) destinationFolder=/Applications/MATLAB_RXXXX.app |
| 50 | +## Example: |
| 51 | +## (Linux/Mac) destinationFolder=/home/<USER>/downloads/mathworks |
| 52 | +## (Windows) destinationFolder=C:\Users\<USER>\Downloads\MathWorks |
40 | 53 | ## |
41 | 54 | ## Set the desired value for destinationFolder and |
42 | 55 | ## uncomment the following line. |
|
45 | 58 |
|
46 | 59 |
|
47 | 60 | ######################################################################## |
48 | | -## INSTALL PRODUCTS |
| 61 | +## PRODUCTS |
49 | 62 | ######################################################################## |
50 | 63 | ## |
51 | | -## Uncomment the lines for the products you want to install. |
| 64 | +## Uncomment the lines for the products you want to install or download. |
52 | 65 |
|
53 | 66 | #product.5G_Toolbox |
54 | 67 | #product.AUTOSAR_Blockset |
|
149 | 162 |
|
150 | 163 |
|
151 | 164 | ######################################################################## |
152 | | -## INSTALL SUPPORT PACKAGES |
| 165 | +## SUPPORT PACKAGES |
153 | 166 | ######################################################################## |
154 | 167 | ## |
155 | | -## Uncomment the lines for the support packages you want to install. |
| 168 | +## Uncomment the lines for the support packages you want to install or download. |
156 | 169 |
|
157 | 170 | #product._GPU_Coder_Support_Package_for_NVIDIA_GPUs_ |
158 | 171 | #product.Aerospace_Blockset_CubeSat_Simulation_Library |
|
0 commit comments