![Silicon Graphics IRIS Workstation Скачать руководство пользователя страница 159](http://html.mh-extra.com/html/silicon-graphics/iris-workstation/iris-workstation_user-manual_1271586159.webp)
Version 1.0
IRIS WORKSTATION GUIDE 153
Appendix K:
% cd /usr/progenv/host/c/src/gl
2. Compile the remote graphics library.
% make install
The new remote graphics library is in the directory
/usr/progenv/engr/c/lib
. It can
be copied (and
ranlib
-ed) to some other directory.
K.7 Generating an IRIS Terminal Program
An IRIS terminal program (
iris
) can be compiled with a single
make
procedure.
1. Change the current directory to
/usr/progenv/term
.
% cd /usr/progenv/term
2. Compile the IRIS terminal program.
% make install
The new IRIS terminal programs will be generated in
$BOOT/test
.
This
make
command generates three IRIS terminal programs:
iris
,
tcpiris
, and
iris488
.
iris
is for serial or XNS connections,
tcpiris
is for serial or TCP
connections, and
iris488
is for IEEE 488 connections. To save time. you can
simply issue a
make iris
command to compile a single IRIS terminal program
for serial and XNS connections.
K.8 Compiling a Downloadable Application Program
The procedure for compiling an application program for downloading into the
IRIS Terminal is similar to the procedure for compiling an IRIS terminal
program. It involves a single
make
procedure. A template
makefile
is included
in
/usr/progenv/track
. It can be modified for other applications.
1. Change the current directory to
/usr/progenv/track
.
% cd /usr/progenv/track
2. Compile the IRIS terminal program.
% make track.dsk
A downloadable file called
track.dsk
will be generated in the current directory .
K.9 IRIS Terminal Program Routines
There are some restrictions on the routines that run on the IRIS.
Your new routines can call any commands in the IRIS Graphics Library and can
contain arbitrary stand-alone code. UNIX does not run on the IRIS Terminal,
however, so do not make any UNIX system calls. In particular, there is no
file system. If you need to transfer files to and from the IRIS Terminal, they
Содержание IRIS Workstation
Страница 1: ...IRIS Workstation Guide Version 1 0 Silicon Graphics Inc Mountain View California 94043 ...
Страница 6: ...2 IRIS WORKSTATION GUIDE Version 1 0 Introduction ...
Страница 10: ...6 IRIS WORKSTATION GUIDE Version 1 0 IRIS Workstation Specifications Figure 3 1 IRIS Workstation System ...
Страница 14: ...10 IRIS WORKSTATION GUIDE Version 1 0 IRIS Workstation Specifications Figure 3 3 Monitor Back Panel ...
Страница 16: ...12 IRIS WORKSTATION GUIDE Version 1 0 IRIS Workstation Specifications Figure 3 4 IRIS 1400 Cabinet Back Panel ...
Страница 24: ...20 IRIS WORKSTATION GUIDE Version 1 0 Hardware Installation ...
Страница 30: ...26 IRIS WORKSTATION GUIDE Version 1 0 Operation ...
Страница 48: ...44 IRIS WORKSTATION GUIDE Version 1 0 System Administration ...
Страница 50: ...46 IRIS WORKSTATION GUIDE Version 1 0 Appendix A ...
Страница 74: ...70 IRIS WORKSTATION GUIDE Version 1 0 Appendix B ...
Страница 77: ...Version 1 0 IRIS WORKSTATION GUIDE 73 Appendix C e random gr error f wnrepaint ...
Страница 78: ...74 IRIS WORKSTATION GUIDE Version 1 0 Appendix C ...
Страница 92: ...88 IRIS WORKSTATION GUIDE Version 1 0 Appendix D ...
Страница 102: ...98 IRIS WORKSTATION GUIDE Version 1 0 Appendix E ...
Страница 103: ...Appendix F Manual Pages ...
Страница 104: ......
Страница 131: ...Version 1 0 126 IRIS WORKSTATION GUIDE Appendix F ...
Страница 132: ......
Страница 136: ...130 IRIS WORKSTATION GUIDE Version 1 0 Appendix H ...
Страница 152: ...146 IRIS WORKSTATION GUIDE Version 1 0 Appendix J ...