Statistics
| Branch: | Tag: | Revision:

root / DEVNOTES @ ff9efc03

History | View | Annotate | Download (530 Bytes)

1
Developer notes
2
===============
3

    
4
Build dependencies
5
------------------
6

    
7
Most dependencies from INSTALL, plus:
8
 - docbook2html, docbook2man, docbook2pdf from Docbook tools
9
   http://sources.redhat.com/docbook-tools/
10
 - rst2html from Docutils
11
   http://docutils.sourceforge.net/
12
 - graphviz
13
   http://www.graphviz.org/
14

    
15

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

    
19
sh autogen.sh && \
20
./configure PYTHON=python2.4 --enable-maintainer-mode \
21
  --prefix=/usr/local --sysconfdir=/etc --localstatedir=/var \
22
  --enable-rapi