---------------------------------------------------------------------------
                           libcomprex v0.3.3
                       Installation instructions
---------------------------------------------------------------------------

---------------------------------------------------------------------------
  Required Libraries
---------------------------------------------------------------------------

    * bzip2 v1.0+
    
        URL: http://sourceware.cygnus.com/bzip2/


    * zlib v1.1.3+ (Not tested with older releases)

        URL: http://www.zlib.org/


---------------------------------------------------------------------------
  Recommended Libraries
---------------------------------------------------------------------------

    * libcurl v7.8+ (Not tested with older releases)

        URL: http://curl.haxx.se/


---------------------------------------------------------------------------
  Optional Libraries
---------------------------------------------------------------------------

    * leakbug v0.1.4+ - Memory leak tracer library

        Summary: Memory leak tracer library

        URL: http://www.gnupdate.org/components/leakbug/


---------------------------------------------------------------------------
  Build Process
---------------------------------------------------------------------------
    If you downloaded this from CVS, do:
    $ ./autogen.sh --prefix=/usr

    Otherwise, do:
    $ ./configure --prefix=/usr

    Then compile it:
    $ make

    And finally, install it:
    $ make install

    To make sure this is working right, type:
    $ cd tests
    $ ./decomprex foo.gz
    $ ./decomprex delme.gz.bz2

