X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=INSTALL.Linux;h=652911865a22e6103163967fdae3a3e172866871;hb=3a919aee4424281cca765741fe8e4c881d535df2;hp=7090ce672e1e331b314a9dd0004fb85a0de77a4c;hpb=d17ee8689bff22541dccaa792b70a848641f3646;p=openvswitch diff --git a/INSTALL.Linux b/INSTALL.Linux index 7090ce67..65291186 100644 --- a/INSTALL.Linux +++ b/INSTALL.Linux @@ -27,6 +27,10 @@ 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 @@ -67,6 +71,8 @@ you will also need the following software: - pkg-config. We test with version 0.22. + - Python 2.x, for x >= 4. + Installation Requirements ------------------------- @@ -78,6 +84,9 @@ 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