13 Build the Makefiles with the configure command.
14 ./configure [--someoption=somevalue ...]
16 For help on options or configuring run
19 Build and install binaries with the usual
24 Build distribution tarball with
27 Verify distribution tarball with
31 if [ -f /etc/debian_version ]; then
33 Or just build the Debian packages without configuring
34 dpkg-buildpackage -rfakeroot
36 When building from Git, you need these Debian packages:
37 autoconf automake libtool gcc tcl8.4
38 xsltproc docbook docbook-xml docbook-xsl
39 libxslt1-dev libgnutls-dev libreadline5-dev libicu-dev
41 And if you want to make a Debian package: dpkg-dev fakeroot debhelper
42 (Then run "dpkg-buildpackage -rfakeroot" in this directory.)
46 if [ "`uname -s`" = FreeBSD ]; then
48 When building from a Git, you need these FreeBSD Ports:
49 autoconf259, automake19, libtool15, bison, tcl84,
50 docbook-xsl, libxml2, libxslt, g++-4.0, make