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 g++ tcl8.4
38 xsltproc docbook docbook-xml docbook-xsl
39 libxslt1-dev libgnutls-dev libreadline5-dev
42 And if you want to make a Debian package: dpkg-dev fakeroot debhelper
43 (Then run "dpkg-buildpackage -rfakeroot" in this directory.)
47 if [ "`uname -s`" = FreeBSD ]; then
49 When building from a Git, you need these FreeBSD Ports:
50 pkg_add -r autoconf268 automake111 libtool bison tcl84 \\
51 docbook-xsl libxml2 libxslt