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


Go to a location under which the desi 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 desi-1.3.2.tar.Z | tar -xvof -

Build desi.

3) cd desi
   xmkmf
   make depend
   make Makefiles
   make libs
   make

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

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

   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 desi icon (optional)

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

Install the executable (optional)

6) cp desi /usr/local/bin
