The EZWGL distribution consists of several compressed tar files.
The latest version is always available from here.
Oliver Bedford maintains a rpm distribution for EZWGL. You can find the relevent rpms here.
gzip -dc EZWGL-1.40-src.tgz | tar xvf -This will create a directory EZWGL-1.40. Change to this directory.
Makefile
and modify it for your system. EZWGL needs gcc
to compile. Then use the command
make sharedto build a shared library or use the command
make staticto build a static library. Both commands compile the examples also.
make install-shared
make install-static
EZ.h
.
If you install the shared library in your home directory, you'll
have to set your LD_LIBRARY_PATH
environment
accordingly so that the loader can find it.