Sun Microsystems EDT S16A User Manual

Page of 46
Installation
S16A User’s Guide
4
EDT, Inc.  October, 1996
3.
Enter:
make unload
Using System V Release 4 (Solaris 2.4 or Later)
If you are using Sun System V Release 4 (Solaris 2.4 or later), use the following procedure to install the S16A
driver:
1.
Become root or superuser.
2.
Place the diskette that came with the S16A into the diskette drive.
3.
Enter:
volcheck
pkgadd -d /floppy/floppy0 EDTs16a
The pkgadd program asks several confirmation questions, which you can answer with a
y
 for
affirmative. Refer to your Solaris system administration documentation for further information on the
pkgadd command.
To remove the S16A driver:
1.
Become root or superuser.
2.
Enter:
pkgrm EDTs16a
For further details, consult your Solaris 2.0 documentation, or call Engineering Design Team, Inc.
Building the Sample Programs
To build any of the example programs, enter the command:
make
file
where
file
 is the name of the example program you wish to install, without the .c suffix.
To build and install all the example programs, simply enter the command:
make
All example programs display a message that explains their usage when you invoke them with the
-h
switch.