aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.Linux
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-02-23 15:48:28 -0800
committerBen Pfaff <blp@nicira.com>2010-02-25 14:59:41 -0800
commita26cc67c16932fa9d07da200bbff75889cfe7529 (patch)
tree1d928d9895cef1230c131d24a301ec9d9b0f2874 /INSTALL.Linux
parent89521e3f79d53523fda9f284e74f0f7aa21332b4 (diff)
Remove PCRE dependency.
Diffstat (limited to 'INSTALL.Linux')
-rw-r--r--INSTALL.Linux7
1 files changed, 0 insertions, 7 deletions
diff --git a/INSTALL.Linux b/INSTALL.Linux
index 65291186..c0344f23 100644
--- a/INSTALL.Linux
+++ b/INSTALL.Linux
@@ -27,10 +27,6 @@ you will need the following software:
connections from an Open vSwitch to an OpenFlow controller. To
enable, configure with --enable-ssl=yes.
- - libpcre, the Perl Compatible Regular Expression library, is
- optional but recommended. Without it, OVSDB will not be able to
- validate regular-expression based contraints.
-
To compile the kernel module, 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
@@ -84,9 +80,6 @@ following software:
- libssl compatible with the libssl used for build, if OpenSSL was
used for the build.
- - libpcre compatible with the libpcre used for build, if PCRE was
- used for the build.
-
- The Linux kernel version configured as part of the build.
- For optional support of ingress policing, the "tc" program from