Revision c27ba1cc doc/devnotes.rst
b/doc/devnotes.rst | ||
---|---|---|
5 | 5 |
------------------ |
6 | 6 |
|
7 | 7 |
Most dependencies from INSTALL, plus: |
8 |
- docbook2html, docbook2man from Docbook tools |
|
9 |
http://sources.redhat.com/docbook-tools/ |
|
10 |
- python-sphinx (tested with version 0.6.1) from |
|
11 |
http://sphinx.pocoo.org/ |
|
12 |
- graphviz |
|
13 |
http://www.graphviz.org/ |
|
8 |
- `GNU make <http://www.gnu.org/software/make/>`_ |
|
9 |
- `GNU tar <http://www.gnu.org/software/tar/>`_ |
|
10 |
- `Gzip <http://www.gnu.org/software/gzip/>`_ |
|
11 |
- `Docbook tools <http://sources.redhat.com/docbook-tools/>`_ |
|
12 |
(docbook2html and docbook2man) |
|
13 |
- `python-sphinx <http://sphinx.pocoo.org/>`_ |
|
14 |
(tested with version 0.6.1) |
|
15 |
- `graphviz <http://www.graphviz.org/>`_ |
|
14 | 16 |
|
15 | 17 |
|
16 | 18 |
Configuring for development |
17 | 19 |
--------------------------- |
18 | 20 |
|
21 |
.. highlight:: sh |
|
22 |
|
|
19 | 23 |
Run the following command (only use ``PYTHON=...`` if you need to use a |
20 | 24 |
different python version):: |
21 | 25 |
|
Also available in: Unified diff