Download MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE User`s guide

Transcript
Deploying to Programmers
Deploying to Programmers
In this section...
“Steps by the Programmer to Deploy to Programmers” on page 4-3
“What Software Does a Programmer Need?” on page 4-4
Steps by the Programmer to Deploy to Programmers
Note If you are programming on the same machine where you created the
component, you can skip the steps described here.
1 Create a package that contains the software necessary to support the
compiled M-code. See “What Software Does a Programmer Need?” on
page 4-4
Note You can use the Deployment Tool to create a package for
programmers. For Windows platforms, the package created by the
Deployment Tool is a self-extracting executable. For UNIX platforms,
the package created by the Deployment Tool is a zip file that must be
decompressed and installed manually. See “Using the GUI to Create and
Package a Deployable Component” on page 1-6 to get started using the
Deployment Tool.
2 Write instructions for how to use the package.
a. If your package was created with the Deployment Tool, Windows
programmers can just run the self-extracting executable created by
the Deployment Tool. UNIX programmers must unzip and install
manually.
b. All programmers must set path environment variables properly. See
“Directories Required for Development and Testing” on page 9-2.
3 Distribute the package and instructions.
4-3