1 See README for dependencies.
3 If you get code from VCS, you will need Autotools (automake, autoconf),
4 gettext, po4a, xsltproc and DocBook XSLT style sheets in addition and you must
5 prepare build system with `autoreconf --install'.
7 Then run `./configure && make && make install' to build and install the client
10 If you want to change installation directory or tune other compile-time
11 options, use appropriate configure argument (see `./configure --help' for
14 Additional configure options:
18 Switch on debugging mode, compile debugging code in.
22 Switch off documentation (manual pages) building and installation.
23 Default is to install documentation.
25 --disable-fatalwarnings
27 Switch off compile mode when compiler raises error on warning.
28 This is enabled to catch all code ambiguities by default.
32 Switch off extended attributes support. (Shigofumi can store and load
33 MIME types there.) Support is autodetected by default. You need glibc
34 >= 2.3 or attr library for this feature.
36 --with-docbook-xsl-stylesheets=DIR
38 Specify location of DocBook XSLT stylesheets to generate manual pages.
39 This option is not necessary on official releases as they come with
40 pregenerated pages already.