Distribute doc/shigofumi.xml
[shigofumi.git] / INSTALL
blobf4cea5d01181566162ae51365783e3dc3ff45006
1 See README for dependecies.
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 argurment (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     --with-docbook-xsl-stylesheets=DIR
27        Specify location of DocBook XSLT stylesheets to generate manual pages.
28        This option is not necessary on offical releases as they come with
29        pregenerated pages already.