X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/2ab2b9f53677e48594773ba0470002d664f6f35c..ba55d062da8dfb89a37afc2f13f2e689d0094829:/DEVNOTES diff --git a/DEVNOTES b/DEVNOTES index b4146c4..35b93dd 100644 --- a/DEVNOTES +++ b/DEVNOTES @@ -7,8 +7,8 @@ Build dependencies Most dependencies from INSTALL, plus: - docbook2html, docbook2man from Docbook tools http://sources.redhat.com/docbook-tools/ - - rst2html from Docutils - http://docutils.sourceforge.net/ + - python-sphinx (tested with version 0.6.1) from + http://sphinx.pocoo.org/ - graphviz http://www.graphviz.org/ @@ -16,6 +16,9 @@ Most dependencies from INSTALL, plus: Configuring for development --------------------------- -sh autogen.sh && \ -./configure PYTHON=python2.4 --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