mirror of
				https://github.com/openvswitch/ovs
				synced 2025-10-29 15:28:56 +00:00 
			
		
		
		
	BUILD.Windows: Update compilable utilities.
We can now compile a few OVS userspace components on Windows. Signed-off-by: Gurucharan Shetty <gshetty@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
		| @@ -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++ | ||||
| ------------------------------------ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user