Difference between revisions of "MCR libraries"
Line 6: | Line 6: | ||
The MCR libraries are used when running the [[standalone]] version, both for running projects or for the interactive [[Dynamo console|console]. The libraries are already included in the version available for [[Download Dynamo|download]] and in general you shouldn't need to reinstall them. | The MCR libraries are used when running the [[standalone]] version, both for running projects or for the interactive [[Dynamo console|console]. The libraries are already included in the version available for [[Download Dynamo|download]] and in general you shouldn't need to reinstall them. | ||
− | Also, when you [[ | + | Also, when you [[Installation#Activating ''Dynamo'' as standalone program|''activate'']] ''Dynamo'' on a linux shell, the library paths will be set to point to the MCR libraries shipped within your ''Dynamo'' installation. |
==General use of the MCR== | ==General use of the MCR== | ||
The code needs to have been ''compiled'' by the authors, who should have delivered a ''precompiled executable''to the end users. End users need to have a version of the MCR libraries that matches the version used by the author to compile the original Matlab code. | The code needs to have been ''compiled'' by the authors, who should have delivered a ''precompiled executable''to the end users. End users need to have a version of the MCR libraries that matches the version used by the author to compile the original Matlab code. |
Revision as of 10:18, 2 May 2016
The MCR (Matlab Compiled Runtime) libraries are a set libraries freely distributed by Mathworks.
They allow running code written in Matlab without having a Matlab license in your system.
In Dynamo
The MCR libraries are used when running the standalone version, both for running projects or for the interactive [[Dynamo console|console]. The libraries are already included in the version available for download and in general you shouldn't need to reinstall them.
Also, when you activate Dynamo on a linux shell, the library paths will be set to point to the MCR libraries shipped within your Dynamo installation.
General use of the MCR
The code needs to have been compiled by the authors, who should have delivered a precompiled executableto the end users. End users need to have a version of the MCR libraries that matches the version used by the author to compile the original Matlab code.