
This is a quick reference to be used when building the icop software.


Go to a location under which the icop directory will be created.  One
example of a suitable location would be:

1) cd /usr/local/src/X11

Unpack the software under this directory.

2) zcat icop-1.2.tar.Z | tar -xvof -

Build icop.

3) cd OpenIcop
   xmkmf
   make

The remaining steps may have to be done by root.
Install the application defaults file.

4) cp Icop.ad /usr/lib/X11/app-defaults/Icop
   or
   cp Icop.ad /usr/local/lib/X11/app-defaults/Icop

   NOTE: Your environment should have the following (or similar) variable
         set so that app-defaults files can be located:

   XFILESEARCHPATH=/usr/local/lib/X11/%T/%N:/usr/lib/X11/%T/%N

Install the icop icon (optional)

5) cp Icop.sgi /usr/lib/images/Icop.icon

Install the executable (optional)

6) cp icop /usr/local/bin
