i18n person name
[shigofumi.git] / INSTALL
blobdec6f93fc6c460e70cd16e9a4ec0b0db67565f1f
1 See README for dependencies.
3 If you get code from VCS, you will need Autotools (automake, autoconf),
4 gettext, 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
8 into your system.
10 If you want to change installation directory or tune other compile-time
11 options, use appropriate configure argument (see `./configure --help' for
12 more details).
14 Additional configure options:
16     --enable-debug
17     
18         Switch on debugging mode, compile debugging code in.
20     --disable-fatalwarnings
22         Switch off compile mode when compiler raises error on warning.
23         This is enabled to catch all code ambiguities by default.
25     --disable-xattr
27         Switch off extended attributes support. (Shigofumi can stores and load
28         MIME types there.) Support is autodetected by default.
30     --with-docbook-xsl-stylesheets=DIR
32        Specify location of DocBook XSLT stylesheets to generate manual pages.
33        This option is not necessary on official releases as they come with
34        pregenerated pages already.