Installing Gmp3
---------------

First off, you may first wish to take a look at the Makefile and make any
changes to the default installation settings... hopefully the Makefile is
relatively self-documenting.  Basically, if you don't know what an option is
for, don't change it. ;)

BTW, if you have installed an older version of Gmp3, you'll want to remove
the existing LIBDIR/gmp3 directory.  As well, if you are upgrading from a
version < 0.07, you'll want to run the convert.sh script on your playlists
to update them to the new format.

Once you have the Makefile changed to suit your needs, you may do a:

make && make install && make cleanall

This will compile Gmp3, install it, and then clean the source directory. 
You may also do a:

make install-bin - Installs the Gmp3 binary but not the support files.
                   Useful for upgrading an existing Gmp3 installation
                   (assuming the support files haven't changed).
