See README for dependencies.

If you get code from VCS, you will need Autotools (automake, autoconf),
gettext, po4a, xsltproc and DocBook XSLT style sheets in addition and you must
prepare build system with `autoreconf --install'.

Then run `./configure && make && make install' to build and install the client
into your system.

If you want to change installation directory or tune other compile-time
options, use appropriate configure argument (see `./configure --help' for
more details).

Additional configure options:

    --enable-debug
    
        Switch on debugging mode, compile debugging code in.

    --disable-doc
    
        Switch off documentation (manual pages) building and installation.
        Default is to install documentation.

    --disable-fatalwarnings

        Switch off compile mode when compiler raises error on warning.
        This is enabled to catch all code ambiguities by default.

    --disable-xattr

        Switch off extended attributes support. (Shigofumi can store and load
        MIME types there.) Support is autodetected by default. You need glibc
        >= 2.3 or attr library for this feature.

    --with-docbook-xsl-stylesheets=DIR

       Specify location of DocBook XSLT stylesheets to generate manual pages.
       This option is not necessary on official releases as they come with
       pregenerated pages already.

