From 61cdd287e40a40fa5ad05d2e68c106b14e15a166 Mon Sep 17 00:00:00 2001 From: Gurucharan Shetty Date: Thu, 13 Mar 2014 15:02:58 -0700 Subject: [PATCH] BUILD.Windows: Update compilable utilities. We can now compile a few OVS userspace components on Windows. Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff --- BUILD.Windows | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/BUILD.Windows b/BUILD.Windows index 9bbaa8007..119334b13 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++ ------------------------------------ -- 2.43.0