root / DEVNOTES @ 8b3fd458
History | View | Annotate | Download (490 Bytes)
1 | 832aef24 | Michael Hanselmann | Developer notes |
---|---|---|---|
2 | 832aef24 | Michael Hanselmann | =============== |
3 | 832aef24 | Michael Hanselmann | |
4 | b2fc7ea1 | Michael Hanselmann | Build dependencies |
5 | b2fc7ea1 | Michael Hanselmann | ------------------ |
6 | b2fc7ea1 | Michael Hanselmann | |
7 | b2fc7ea1 | Michael Hanselmann | Most dependencies from INSTALL, plus: |
8 | b2fc7ea1 | Michael Hanselmann | - docbook2html, docbook2man, docbook2pdf from Docbook tools |
9 | b2fc7ea1 | Michael Hanselmann | http://sources.redhat.com/docbook-tools/ |
10 | b2fc7ea1 | Michael Hanselmann | - rst2html from Docutils |
11 | b2fc7ea1 | Michael Hanselmann | http://docutils.sourceforge.net/ |
12 | b2fc7ea1 | Michael Hanselmann | |
13 | b2fc7ea1 | Michael Hanselmann | |
14 | 832aef24 | Michael Hanselmann | Configuring for development |
15 | 832aef24 | Michael Hanselmann | --------------------------- |
16 | 832aef24 | Michael Hanselmann | |
17 | 832aef24 | Michael Hanselmann | sh autogen.sh && \ |
18 | e50c3a9e | Michael Hanselmann | ./configure PYTHON=python2.4 --enable-maintainer-mode \ |
19 | 081242d8 | Michael Hanselmann | --prefix=/usr/local --sysconfdir=/etc --localstatedir=/var \ |
20 | 081242d8 | Michael Hanselmann | --enable-rapi |