========================================================================
This directory contains the source code of EZWGL, the EZ widget
and graphics library.

This version is 1.3. 

To compile a shared library, type (you'll have to install the
library as root !)                           

   make shared;  
   make install-shared  # as root

To compile a static library, type

   make static   # static libs
   make install-static

If it fails, you'll probabily need to edit the Makefile. 
(tested under SunOS4.1.4, Linux 1.2.13 and Linux 2.0.**)

-------------------
The library comes with JPEG support disabled. To enable it
you need.
 1) get jpegsrc.v6a.tar.gz  from  ftp.uu.net (192.48.96.9)
    and install it. 
 2) edit the JPEG_FLAG and JPEG_LIB in the toplevel Makefile
    to enable JPEG support
 3) rebuild the library.
 4) when you compile your application, make sure to link also with
    the jpeg library.
-------------------

Comments, bug reports, demo programs and contributions are welcome,
please direct them to

   mzou@math.utexas.edu

Enjoy.
========================================================================

 




