The EZWGLdistribution consists of several compressed tar files. One for the source code, one for the documentation and a few others for precompiled binaries.
The current release is EZWGL V1.39 . It is available via anonymous ftp from ftp.ma.utexas.edu. 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.39-src.tgz | tar xvf -This will create a directory EZWGL-1.39. 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 "
or
" make install-static "
to install the library and the header file EZ.h
.
If you want to install the man pages, run the command
" make install-man "
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.