Changes between Initial Version and Version 1 of Ticket #236

Show
Ignore:
Timestamp:
07/30/08 13:54:26 (5 years ago)
Author:
jjr8
Comment:

Implemented in [266], which was released as MGET 0.6a2.

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: 
     1Currently 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: 
    22 
    33{{{ 
    4 C:\Program Files\MATLAB\MATLAB Component Runtime\v76\runtime\win32 
     4C:\Program Files\MATLAB\MATLAB Component Runtime\v77\runtime\win32 
    55}}} 
    66 
     
    88 
    99{{{ 
    10 C:\Program Files\MATLAB\MATLAB Component Runtime\v76\bin\win32 
     10C:\Program Files\MATLAB\MATLAB Component Runtime\v77\bin\win32 
    1111}}} 
    1212