Basic installation instructions for happydigger
===============================================

The simplest way to compile happydigger is:

  1. `cd' to the directory containing the package's source code and type
     `./configure' to configure the package for your system.

  2. Type `make' to compile the package. Happydigger needs the gtk+2.0
     (version 2.10 or higher) and the sqlite3 development headers and libraries
     to compile. A package called pkg-config is also needed.

  3. Type `make install' to install the programs and any data files and
     documentation. 

  4. When you want to strip the binary when installing, just type:
     `make install-strip'.

By default, `make install' will install the package's files in 
`/usr/local/bin', `/usr/local/man/man1', `/usr/local/share/happydigger', etc.  
You can specify an installation prefix other than `/usr/local' by giving 
`configure' the option `--prefix=PATH'.

