The EZWGL distribution consists of several compressed tar files.
The latest version is always available from here. It is also available via CVS atcvsroot: | :pserver:anonymous@cvs.math.utexas.edu:/home/cvs/EZWGL |
Password: | anonymous |
Module: | EZWGL |
Oliver Bedford maintains a rpm distribution for EZWGL. You can find the relevent rpms here.
Andrey Zakhvatov maintains the freeBSD port of EZWGL. You can find more information at the freeBSD resources page.
gzip -dc EZWGL-x.xx-src.tgz | tar xvf -This will create a directory EZWGL-x.xx. Change to this directory.
./configurefirst to create
Makefiles
for your system.
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.