5-2 IRIS OWNER’S GUIDE
SERIES 3000 Version 1.0
IRIS 3010 System Administration
2. Create a directory to hold the distribution software:
mkdir /usr/iris
3. Change to the new directory:
cd /usr/iris
4. Load the distribution tape onto a tape drive and read the
distribution software into the new directory, using the tar command:
tar xv
5. Add the TERMCAP entry for the IRIS Terminal in
/usr/iris/c/iris.termcap to the terminal description data base in
/etc/termcap.
6. Change directories to /usr/iris/c:
cd /usr/iris/c
7. Compile the C language remote host Graphics Library (librgl2.a), the
IRIS 3010 configuration tools, and the demonstration programs,
using the /usr/iris/c makefile:
make all
8. To install the library in /usr/lib execute:
make install
9. If a FORTRAN language remote host Graphics Library (libfrgl2.a) is
desired, change directories to /usr/iris/f77 and compile it:
cd /usr/iris/f77
make all
The FORTRAN demonstration programs are also compiled. To install
the library in /usr/lib, execute:
make install