X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/832aef249b5a8af794ad042dc60078912cdf50ee..cd098c41522469e462efeb1e157a8718ff7b7809:/DEVNOTES diff --git a/DEVNOTES b/DEVNOTES index 862f239..35b93dd 100644 --- a/DEVNOTES +++ b/DEVNOTES @@ -1,9 +1,24 @@ Developer notes =============== +Build dependencies +------------------ + +Most dependencies from INSTALL, plus: + - docbook2html, docbook2man from Docbook tools + http://sources.redhat.com/docbook-tools/ + - python-sphinx (tested with version 0.6.1) from + http://sphinx.pocoo.org/ + - graphviz + http://www.graphviz.org/ + + Configuring for development --------------------------- -sh autogen.sh && \ -./configure --enable-maintainer-mode \ - --prefix=/usr/local --sysconfdir=/etc --localstatedir=/var +Run the following command (only use ``PYTHON=...`` if you need to use a +different python version):: + + sh autogen.sh && \ + ./configure PYTHON=python2.4 \ + --prefix=/usr/local --sysconfdir=/etc --localstatedir=/var