User`s guide

Installation
xxiii
If you experience installation difficulties and have Web access, connect to The
MathWorkshomepage(
http://www.mathworks.com). Look for the license
manager and installation information under the
Tech Notes/FAQ link under
Tech Support Info.
Third-Party Compiler Installation on Windows
Several of the Real-Time Workshop targets create an executable that runs on
your workstation. When creating the executable, the Real-Time Workshop
must be able to access a compiler. The following sections describe how to
configure your system so that the Real-Time Workshop has access to your
compiler.
Watcom
Make sure that your Watcom environment variable is defined and correctly
points to the directory in which your Watcom compiler resides. To check this,
type
set WATCOM
at the DOS prompt. The return from this includes the selected directory.
If the
WATCOM environment variable is not defined, you must define it to point
to where you installed your Watcom compiler. On Windows 95 or 98, add
set WATCOM=<path to your compiler>
to your autoexec.bat file.
On Windows NT, in the control panel select
System,gototheEnvironment
page, and define WATCOM to be the path to your compiler.
Borland
The procedure for Borland compilers is exactly the same as for Watcom
compilers. The only difference is that the environment variable is named
BORLAND.