The EZ widget and graphics library is named libEZ.**
. EZwgl
applications need to link with this library, the standard X11 library,
the X extension library, the math library and the C library.
A sample complile line would look like:
cc -o Example1 Example1.c -lEZ -lX11 -lXext -lm -lc
If EZWGL is compiled with jpeg support enabled, you also need to link your program with the jpeg library.