This directory contains the source code of EZWGL, the EZ widget and graphics library.
This version is 1.50
To compile a shared library, type (you'll have to install the library as root !)
./configure
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, SunOS 5.* and Linux 2.*.**, AIX 4.3)
Documentation is available from
http://www.ma.utexas.edu/users/mzou/EZWGL
Comments, bug reports, demo programs and contributions are welcome, please direct them to
Enjoy.
