gnt-cluster watcher: Show more information
[ganeti-local] / DEVNOTES
1 Developer notes
2 ===============
3
4 Build dependencies
5 ------------------
6
7 Most dependencies from INSTALL, plus:
8  - docbook2html, docbook2man from Docbook tools
9    http://sources.redhat.com/docbook-tools/
10  - python-sphinx (tested with version 0.6.1) from
11    http://sphinx.pocoo.org/
12  - graphviz
13    http://www.graphviz.org/
14
15
16 Configuring for development
17 ---------------------------
18
19 Run the following command (only use ``PYTHON=...`` if you need to use a
20 different python version)::
21
22   sh autogen.sh && \
23   ./configure PYTHON=python2.4 \
24     --prefix=/usr/local --sysconfdir=/etc --localstatedir=/var