Revision 69affe73 INSTALL

b/INSTALL
24 24
- `bridge utilities <http://www.linuxfoundation.org/en/Net:Bridge>`_
25 25
- `iproute2 <http://www.linuxfoundation.org/en/Net:Iproute2>`_
26 26
- `arping <http://www.skbuff.net/iputils/>`_ (part of iputils)
27
- `ndisc6 <http://www.remlab.net/ndisc6/>`_ (if using IPv6)
27 28
- `Python <http://www.python.org/>`_, version 2.4 or above, not 3.0
28 29
- `Python OpenSSL bindings <http://pyopenssl.sourceforge.net/>`_
29 30
- `simplejson Python module <http://code.google.com/p/simplejson/>`_
......
44 45
packages, except for DRBD and Xen::
45 46

  
46 47
  $ apt-get install lvm2 ssh bridge-utils iproute iputils-arping \
47
                    python python-pyopenssl openssl python-pyparsing \
48
                    python-simplejson python-pyinotify python-pycurl \
49
                    socat
48
                    ndisc6 python python-pyopenssl openssl \
49
                    python-pyparsing python-simplejson \
50
                    python-pyinotify python-pycurl socat
50 51

  
51 52
If you want to build from source, please see doc/devnotes.rst for more
52 53
dependencies.

Also available in: Unified diff