User`s guide
7 Libraries
Component Description
libmatrix.ctf
Component Technology File archive;
platform-dependent file that must correspond
to the end user’s platform.
libmatrix
Shared library; extension varies by p latform.
Extensions are:
•Windows—
.dll
• Solaris, Linux, Linux x86-64 — .so
• Mac OS X — .dy lib
Note You can distribute a MATLAB Compiler generated standalone
application to any target machine that has the same operating system as the
machine on which the application was compiled. If you want to deploy the
same application to a different platform, you must use MATLAB Compiler on
the different plat form and completely rebuild the applicati on .
Deploying Shared Libraries to Be Used with Other Projects
To distribute the shared library for u se with an ex te rn al application, yo u need
to distribute the following.
Component Description
MCRInstaller.zip
(UNIX) MATLAB Component Runtime library
archive; pla t form-dependent file that must
correspond to the end user’s platform
MCRInstaller.exe
(Windows) Self-extracting MATLAB Component
Runtime library utility; platform-dependent file
that must correspond to the end user’s platform
unzip
(UNIX) Utility to unzip MCRInstaller.zip
(optional). The target machine m ust have an
unzip utility installed.
7-10