aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.Linux
diff options
context:
space:
mode:
authorAndy Southgate <andy.southgate@citrix.com>2010-05-11 11:46:52 -0700
committerBen Pfaff <blp@nicira.com>2010-05-13 14:53:39 -0700
commit436f27dd880bd4e1e1d06ca2744c875b01b9e1c1 (patch)
tree5d4d7fb0d3fd82944e10cdbcdc5a7410ad0f00da /INSTALL.Linux
parenta9633ada756ec15e1ed3dd9b503af3027dee3d10 (diff)
Add ovsdbmonitor GUI tool by Andy Southgate, contributed by Citrix.
With Makefiles and Autoconfiscation by Ben Pfaff. Signed-off-by: Thomas Lacroix <thomas.lacroix@citrix.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'INSTALL.Linux')
-rw-r--r--INSTALL.Linux21
1 files changed, 21 insertions, 0 deletions
diff --git a/INSTALL.Linux b/INSTALL.Linux
index 177a9cd1..20a0dd80 100644
--- a/INSTALL.Linux
+++ b/INSTALL.Linux
@@ -69,6 +69,11 @@ you will also need the following software:
- 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).
+
Installation Requirements
-------------------------
@@ -91,6 +96,22 @@ following software:
if it is installed in a different location, then some Open
vSwitch log messages will not be as detailed.
+To run the ovsdmonitor 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
==============================================