X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=INSTALL;h=001d3cbea6760420d4c0867d65703ea1b7347f4d;hb=2d04b6ea214daf96020ce5ca994fcb5380556247;hp=c3693f30348a269535d950795a0ebc3f9c6db0ec;hpb=ad367b28f8595c6fd5d10009a303a01c2310881f;p=sliver-openvswitch.git diff --git a/INSTALL b/INSTALL index c3693f303..001d3cbea 100644 --- a/INSTALL +++ b/INSTALL @@ -9,6 +9,7 @@ on a specific platform, please see one of these files: - INSTALL.Fedora - INSTALL.RHEL - INSTALL.XenServer + - INSTALL.NetBSD Build Requirements ------------------ @@ -33,6 +34,8 @@ you will need the following software: libssl is installed, then Open vSwitch will automatically build with support for it. + - Python 2.x, for x >= 4. + To compile the kernel module on Linux, you must also install the following. If you cannot build or install the kernel module, you may use the userspace-only implementation, at a cost in performance. The @@ -81,12 +84,7 @@ or the database schema, you will also need the following software: - Automake version 1.10 or later. - - Python 2.x, for x >= 4. - -If you modify the ovsdbmonitor tool, then you will also need the -following: - - - pyuic4 from PyQt4 (http://www.riverbankcomputing.co.uk). + - libtool version 2.4 or later. (Older versions might work too.) To run the unit tests, you also need: @@ -135,22 +133,6 @@ following software: On Linux you should ensure that /dev/urandom exists. To support TAP devices, you must also ensure that /dev/net/tun exists. -To run the ovsdbmonitor tool, the machine must also have the following -software: - - - Python 2.x, for x >= 4. - - - Python Twisted Conch. - - - Python JSON. - - - PySide or PyQt4. - - - Python Zope interface module. - -(On Debian "lenny" the above can be installed with "apt-get install -python-json python-qt4 python-zopeinterface python-twisted-conch".) - Building and Installing Open vSwitch for Linux, FreeBSD or NetBSD =================================================================