This file contains the directions for building QSlim on Unix
platforms.  The directory 'win32' contains the files necessary to
build the system on Win32 systems under Visual C++ 5.0.

------------------------------------------------------------------------

1. The build process uses 'stdmake.inc' as a configuration header.
   Customize this file to reflect the location of things on your
   system.

2. Set the environment variable STDMAKE to the location of this file.
   In the Bourne shell, you might say:

	STDMAKE=/usr/tmp/qslim-1.0/stdmake.inc ; export STDMAKE

   or in the C Shell:

	setenv STDMAKE /usr/tmp/qslim-1.0/stdmake.inc

3. Run 'make' in the 'gfx' directory.

4. Run 'make' in the 'qslim' directory.

5. You should now have the command line program 'qslim'.  If you have
   X11 and XForms installed, you may also run 'make qvis' to build the
   interactive version of qslim.

------------------------------------------------------------------------
