EZ
Up Prev Next Contents


2.2.2 Compling and Linking

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


HTML Documentation Maintainance:Arturo Espinosa <arturo@nuclecu.unam.mx>