Developer notes =============== Build dependencies ------------------ Most dependencies from :doc:`install-quick`, plus: - `GNU make `_ - `GNU tar `_ - `Gzip `_ - `Docbook tools `_ (docbook2html and docbook2man) - `python-sphinx `_ (tested with version 0.6.1) - `graphviz `_ Configuring for development --------------------------- .. highlight:: sh Run the following command (only use ``PYTHON=...`` if you need to use a different python version):: ./autogen.sh && \ ./configure PYTHON=python2.4 \ --prefix=/usr/local --sysconfdir=/etc --localstatedir=/var .. vim: set textwidth=72 :