Revision 62947ebb

/dev/null
1
Developer notes
2
===============
3

  
4
Build dependencies
5
------------------
6

  
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/
14

  
15

  
16
Configuring for development
17
---------------------------
18

  
19
Run the following command (only use ``PYTHON=...`` if you need to use a
20
different python version)::
21

  
22
  sh autogen.sh && \
23
  ./configure PYTHON=python2.4 \
24
    --prefix=/usr/local --sysconfdir=/etc --localstatedir=/var
b/Makefile.am
137 137
	doc/admin.rst \
138 138
	doc/design-2.0.rst \
139 139
	doc/design-2.1.rst \
140
	doc/devnotes.rst \
140 141
	doc/glossary.rst \
141 142
	doc/hooks.rst \
142 143
	doc/iallocator.rst \
......
193 194
EXTRA_DIST = \
194 195
	$(MAINTAINERCLEANFILES) \
195 196
	NEWS \
196
	DEVNOTES \
197 197
	pylintrc \
198 198
	autotools/build-bash-completion \
199 199
	autotools/check-python-code \
b/doc/devnotes.rst
1
Developer notes
2
===============
3

  
4
Build dependencies
5
------------------
6

  
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/
14

  
15

  
16
Configuring for development
17
---------------------------
18

  
19
Run the following command (only use ``PYTHON=...`` if you need to use a
20
different python version)::
21

  
22
  ./autogen.sh && \
23
  ./configure PYTHON=python2.4 \
24
    --prefix=/usr/local --sysconfdir=/etc --localstatedir=/var
b/doc/index.rst
18 18
   hooks.rst
19 19
   iallocator.rst
20 20
   rapi.rst
21
   devnotes.rst
21 22
   glossary.rst
22 23

  
23 24
Also see the :ref:`search`.

Also available in: Unified diff