summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-08-30 10:08:06 -0700
committerBen Pfaff <blp@nicira.com>2010-08-30 11:38:51 -0700
commit90a249dc93ccabd398b64092121b07e5af2d8c2d (patch)
tree4862d6ef98ed206aeff985ad2655fd2831517940
parent3d92fe960c9ad10fab3978623e4f77045340c36b (diff)
downloadopenvswitch-90a249dc93ccabd398b64092121b07e5af2d8c2d.tar.gz
INSTALL.Linux: Don't discourage building Debian packages.
For a while the Debian packages were not well maintained or regularly used, but we at Nicira use them all the time now. We now aim to have them accepted into Debian downstream, so we should at least not discourage users from trying them out. Signed-off-by: Ben Pfaff <blp@nicira.com>
-rw-r--r--INSTALL.Linux7
1 files changed, 3 insertions, 4 deletions
diff --git a/INSTALL.Linux b/INSTALL.Linux
index 3ae67d04e..8ae7aaca7 100644
--- a/INSTALL.Linux
+++ b/INSTALL.Linux
@@ -5,10 +5,9 @@ This document describes how to build and install Open vSwitch on a
generic Linux host. If you want to install Open vSwitch on a Citrix
XenServer version 5.5.0, see INSTALL.XenServer instead.
-This version of Open vSwitch should be built manually with "configure"
-and "make". Debian packaging for Open vSwitch is also included, but
-they have not been recently tested, and so Debian packages are not a
-recommended way to use this version of Open vSwitch.
+This version of Open vSwitch may be built manually with "configure"
+and "make", as described below. You may also build Debian packages by
+running "dpkg-buildpackage".
Build Requirements
------------------