X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=BUILD.Windows;h=ca0d25228d89497edec8561a57bec470c822df22;hb=cfc50ae514f805dcd9c14589f21158185424daf6;hp=9bbaa80077925657a10e298d298e1845b59cfa58;hpb=2e49748ee038f4cf9125bf2db1f6e4d41cbfaa36;p=sliver-openvswitch.git diff --git a/BUILD.Windows b/BUILD.Windows index 9bbaa8007..ca0d25228 100644 --- a/BUILD.Windows +++ b/BUILD.Windows @@ -52,14 +52,17 @@ 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 \ + utilities/ovs-appctl.exe OpenSSL, Open vSwitch and Visual C++ ------------------------------------