Basic installation instructions for xlog
========================================

The simplest way to compile xlog is:

  1. Decide if you want support for hamlib, the Hamradio Control Libraries.
     Hamlib will allow you to read the frequency of your rig over the serial
     port. You will need to have both headers and development libraries 
     installed in order to compile xlog with hamlib support. 
     You must envoke the configure scipt with './configure --enable-hamlib'.

     If you don't want to use hamlib, just use './configure'.

  2. Xlog needs the gtk+2.0 development libraries to compile. On most 
     distributions the will be called libgtk2.0-dev. Please use version 2.2 or
     higher. You also need a package called pkg-config.

  3. You will need the libgnomeprint development files and headers. On my 
     system this package is called libgnomeprint2.2-dev. Use version 2.4.0
     or higher.

  4. You need flex for adif support in xlog.

  5. Type `make' to compile the package.

  6. Type `make install' to install the programs and data files. 

  7. 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/xlog', etc.  
You can specify an installation prefix other than `/usr/local' by giving 
`configure' the option `--prefix=PATH'.
