Installation Instructions
-------------------------

You will need cmake installed (http://www.cmake.org) to run the following
commands which will unpack, build and install the package.

    $ tar xzf <package>-<version>.tar.gz
    $ cd <package>-<version>
    $ cmake .
    $ make
    $ make install

