root / DEVNOTES @ 8b3fd458
History | View | Annotate | Download (490 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 |
|
13 |
|
14 |
Configuring for development |
15 |
--------------------------- |
16 |
|
17 |
sh autogen.sh && \ |
18 |
./configure PYTHON=python2.4 --enable-maintainer-mode \ |
19 |
--prefix=/usr/local --sysconfdir=/etc --localstatedir=/var \ |
20 |
--enable-rapi |