X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/e50c3a9e4e3a240c164634eb7efc415410940bd5..b165e77e650a6078e06d4cbc90b239ca25cff26b:/DEVNOTES diff --git a/DEVNOTES b/DEVNOTES index 251df26..35b93dd 100644 --- a/DEVNOTES +++ b/DEVNOTES @@ -1,10 +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 PYTHON=python2.4 --enable-maintainer-mode \ - --prefix=/usr/local --sysconfdir=/etc --localstatedir=/var \ - --enable-rapi +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