X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/832aef249b5a8af794ad042dc60078912cdf50ee..0607699d0bf6d5f8426fc3c74138ea34ce10d2ac:/DEVNOTES diff --git a/DEVNOTES b/DEVNOTES index 862f239..5582b0a 100644 --- a/DEVNOTES +++ b/DEVNOTES @@ -1,9 +1,20 @@ Developer notes =============== +Build dependencies +------------------ + +Most dependencies from INSTALL, plus: + - docbook2html, docbook2man, docbook2pdf from Docbook tools + http://sources.redhat.com/docbook-tools/ + - rst2html from Docutils + http://docutils.sourceforge.net/ + + Configuring for development --------------------------- sh autogen.sh && \ -./configure --enable-maintainer-mode \ - --prefix=/usr/local --sysconfdir=/etc --localstatedir=/var +./configure PYTHON=python2.4 --enable-maintainer-mode \ + --prefix=/usr/local --sysconfdir=/etc --localstatedir=/var \ + --enable-rapi