Prerequisites ============ geg requires the following libraries: GTK+ (recommend 1.0.6) GLIB (recommend 1.0.6) geg should work with the 1.0.x and the 1.1.x GTK+ series Install procedure ================= geg should build and install by doing: % tar zxvf geg-?.?.?.tar.gz # untar the source % cd geg-?.?.? # change into geg directory % configure # configure the sources for your system % make # compile the sources [ Become root if necessary ] % make install # install the binary There is no man-page, but there is on-line help. There are no configure options other than the built in ones provided by autoconf. "make" will compile a binary file called 'geg'. "make install" will copy this binary into /usr/local/bin by default.