User`s guide

6 Standalone Applications
Note On Windows XP, this directory is automatically adde d to your p ath.
Preparing UNIX Machines
1 Install the MCR by unzipping MCRInstaller.zip in a d irectory, for
example,
/home/<user>/MCR. You may choose a ny directory except
matlabroot or any directory below matlabroot.
Note This documentation uses <m cr_r oot> to refer to the directory w here
these MCR library archive files are installed on your machine.
2 Copy the CTF archive to your application root directory, for example,
/home/<user>/approot.
Note Use the CTF archive and executable or library that were generated
fromthesamecompilation.
3 Add the following platform-specific directories to your dynamic library path.
Note For readabili ty, the foll owing co mmands appear on separa t e lines,
but you must enter each
setenv command on one line.
Linux
setenv LD_LIBRARY_PATH
<mcr_root>/<ver>/run time/glnx8 6:
<mcr_root>/<ver>/sys/os/glnx86:
<mcr_root>/<ver>/sys/java/jre/glnx86/jre1.6.0/lib/i386/native_threads:
<mcr_root>/<ver>/sys/java/jre/glnx86/jre1.6.0/lib/i386/server:
<mcr_root>/<ver>/sys/java/jre/glnx86/jre1.6.0/lib/i386:
setenv XAPPLRESDIR <mcr_root>/<ver>/X11/app-defaults
Solaris 64
6-8