Statistics
| Branch: | Tag: | Revision:

root / DEVNOTES @ d17e74b4

History | View | Annotate | Download (597 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 2ab2b9f5 Iustin Pop
 - docbook2html, docbook2man from Docbook tools
9 b2fc7ea1 Michael Hanselmann
   http://sources.redhat.com/docbook-tools/
10 d17e74b4 Iustin Pop
 - python-sphinx (tested with version 0.6.1) from
11 d17e74b4 Iustin Pop
   http://sphinx.pocoo.org/
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 d17e74b4 Iustin Pop
Run the following command (only use ``PYTHON=...`` if you need to use a
20 d17e74b4 Iustin Pop
different python version)::
21 d17e74b4 Iustin Pop
22 d17e74b4 Iustin Pop
  sh autogen.sh && \
23 d17e74b4 Iustin Pop
  ./configure PYTHON=python2.4 \
24 d17e74b4 Iustin Pop
    --prefix=/usr/local --sysconfdir=/etc --localstatedir=/var