[ovs-dev] [PATCH 9/9] BUILD.Windows: Update compilable utilities.

Gurucharan Shetty shettyg at nicira.com
Fri Mar 14 15:18:46 UTC 2014


We can now compile a few OVS userspace components on Windows.

Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>
---
 BUILD.Windows |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/BUILD.Windows b/BUILD.Windows
index 9bbaa80..119334b 100644
--- a/BUILD.Windows
+++ b/BUILD.Windows
@@ -52,14 +52,16 @@ or from a distribution tar ball.
   the right compiler, linker, libraries, Open vSwitch component installation
   directories, etc. For example,
 
-  % ./configure CC=./build-aux/cccl LD="`which link`" LIBS="-lws2_32 ..." \
+  % ./configure CC=./build-aux/cccl LD="`which link`" LIBS="-lws2_32" \
     --prefix="C:/openvswitch/usr" --localstatedir="C:/openvswitch/var" \
     --sysconfdir="C:/openvswitch/etc" --with-pthread="C:/pthread"
 
 * Run make for the ported executables in the top source directory, e.g.:
 
-  % make lib/vswitch-idl.h lib/vtep-idl.h
-  % make utilities/ovs-vsctl.exe ovsdb/ovsdb-server.exe
+  % make lib/vswitch-idl.h lib/vtep-idl.h ofproto/ipfix-entities.def
+  % make ovsdb/ovsdb-server.exe ovsdb/ovsdb-tool.exe ovsdb/ovsdb-client.exe \
+         utilities/ovs-vsctl.exe utilities/ovs-ofctl.exe \
+         utilities/ovs-dpctl.exe vswitchd/ovs-vswitchd.exe
 
 OpenSSL, Open vSwitch and Visual C++
 ------------------------------------
-- 
1.7.9.5




More information about the dev mailing list