Add subdir-objects to Automake options
[shigofumi.git] / INSTALL
blob8528e74c3a692c49355a4923bde2d615ff303b21
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
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-doc
21     
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.
30     --disable-xattr
32         Switch off extended attributes support. (Shigofumi can stores and load
33         MIME types there.) Support is autodetected by default.
35     --with-docbook-xsl-stylesheets=DIR
37        Specify location of DocBook XSLT stylesheets to generate manual pages.
38        This option is not necessary on official releases as they come with
39        pregenerated pages already.