LUSetInstanceParams: nic parameters
[ganeti-local] / DEVNOTES
index 5582b0a..35b93dd 100644 (file)
--- a/DEVNOTES
+++ b/DEVNOTES
@@ -5,16 +5,20 @@ Build dependencies
 ------------------
 
 Most dependencies from INSTALL, plus:
 ------------------
 
 Most dependencies from INSTALL, plus:
- - docbook2html, docbook2man, docbook2pdf from Docbook tools
+ - docbook2html, docbook2man from Docbook tools
    http://sources.redhat.com/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/
 
 
 Configuring for development
 ---------------------------
 
 
 
 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