Revision d17e74b4 DEVNOTES

b/DEVNOTES
7 7
Most dependencies from INSTALL, plus:
8 8
 - docbook2html, docbook2man from Docbook tools
9 9
   http://sources.redhat.com/docbook-tools/
10
 - rst2html from Docutils
11
   http://docutils.sourceforge.net/
10
 - python-sphinx (tested with version 0.6.1) from
11
   http://sphinx.pocoo.org/
12 12
 - graphviz
13 13
   http://www.graphviz.org/
14 14

  
......
16 16
Configuring for development
17 17
---------------------------
18 18

  
19
sh autogen.sh && \
20
./configure PYTHON=python2.4 --enable-maintainer-mode \
21
  --prefix=/usr/local --sysconfdir=/etc --localstatedir=/var
19
Run the following command (only use ``PYTHON=...`` if you need to use a
20
different python version)::
21

  
22
  sh autogen.sh && \
23
  ./configure PYTHON=python2.4 \
24
    --prefix=/usr/local --sysconfdir=/etc --localstatedir=/var

Also available in: Unified diff