Statistics
| Branch: | Tag: | Revision:

root / DEVNOTES @ 5a9c3f46

History | View | Annotate | Download (530 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 f86e82ef Iustin Pop
 - graphviz
13 f86e82ef Iustin Pop
   http://www.graphviz.org/
14 b2fc7ea1 Michael Hanselmann
15 b2fc7ea1 Michael Hanselmann
16 832aef24 Michael Hanselmann
Configuring for development
17 832aef24 Michael Hanselmann
---------------------------
18 832aef24 Michael Hanselmann
19 832aef24 Michael Hanselmann
sh autogen.sh && \
20 e50c3a9e Michael Hanselmann
./configure PYTHON=python2.4 --enable-maintainer-mode \
21 081242d8 Michael Hanselmann
  --prefix=/usr/local --sysconfdir=/etc --localstatedir=/var \
22 081242d8 Michael Hanselmann
  --enable-rapi