
Here are the steps for building and installing stamp on unix:

  1. You need to have installed GTK version 1.0.1 or better from
     ftp://ftp.gtk.org/pub/gtk/v1.0/ if you plan to use the graphical
     front-end to stamp.  It is not required, but it is very nice.
     So go get GTK. :-)

  2. You need to have installed the JPEG libraries.  This is 
     required.

  3. Configure stamp by running the `configure' script.

  4. Build stamp by running `make'.

  5. Install stamp by running `make install'.

Generic instructions for configuring and compiling auto-configured
packages are included below. Here is an illustration of commands that
might be used to build and install stamp. The actual configuration,
compilation and installation output is not shown.

  % tar xvfz stamp-2.x.tar.gz    # unpack the sources
  % cd stamp-2.x                 # change to the toplevel directory
  % ./configure                  # run the `configure' script
  % make                         # build stamp
  % make install                 # install stamp

The `make install' commands installs stamp, along with some pixmaps,
and fonts.  After running `make install' and assuming the build
process was successful you should be able to run `stamp'.









