Changes between Initial Version and Version 1 of Ticket #236
- Timestamp:
- 07/30/08 13:54:26 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #236
- Property status changed from new to closed
- Property resolution changed from to fixed
-
Ticket #236 – description
initial v1 1 Currently the MATLAB-interop code in MGET requires the user to install the Matlab Component Runtime (MCR) 7.6. It turns out that the MCR installer appends one of its directories to the PATH environment variable:1 Currently the MATLAB-interop code in MGET requires the user to install either MATLAB 2007b or the MATLAB Component Runtime (MCR) 7.7, a free redistributable from MATLAB 2007b. It turns out that the MCR installer appends one of its directories to the PATH environment variable: 2 2 3 3 {{{ 4 C:\Program Files\MATLAB\MATLAB Component Runtime\v7 6\runtime\win324 C:\Program Files\MATLAB\MATLAB Component Runtime\v77\runtime\win32 5 5 }}} 6 6 … … 8 8 9 9 {{{ 10 C:\Program Files\MATLAB\MATLAB Component Runtime\v7 6\bin\win3210 C:\Program Files\MATLAB\MATLAB Component Runtime\v77\bin\win32 11 11 }}} 12 12
