Download MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE User`s guide
Transcript
1 Getting Started • The CTF archive that MATLAB Compiler creates for your component Configuring the Development Environment by Installing the MCR To test software created by MATLAB Compiler as it will be used by end users without MATLAB, programmers must install the MCR, if it is not already installed on the development machine, and set path environment variables properly. Configuring on Windows Platforms 1 Open the package created by you or the Deployment Tool. 2 Run MCRInstaller once on the machine where you want to develop the application or library. MCRInstaller opens a command window and begins preparation for the installation. 3 Add the required platform-specific directories to your dynamic library path. See “Directories Required for Run-Time Deployment” on page 9-5. Configuring on Platforms Other Than Windows 1 Install the MCR by unzipping MCRInstaller.zip in a directory, for example, /home/username/MCR. You may choose any directory except matlabroot or any subdirectory of matlabroot. 2 Copy the component and CTF archive to your application root directory, for example, /home/username/approot. 3 Add the required platform-specific directories to your dynamic library path. See “Directories Required for Run-Time Deployment” on page 9-5. 1-14