From: Ben Pfaff Date: Tue, 17 Mar 2015 17:04:34 +0000 (-0700) Subject: INSTALL.md: Add a few notes for Windows builds. X-Git-Tag: v2.4.0~463 X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=commitdiff_plain;h=620b176267a5d5684d85e2d90e98e29dd4808942 INSTALL.md: Add a few notes for Windows builds. Signed-off-by: Ben Pfaff Acked-by: Gurucharan Shetty --- diff --git a/INSTALL.md b/INSTALL.md index 273093baf..b2b0cbb82 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -10,6 +10,7 @@ on a specific platform, please see one of these files: - [INSTALL.RHEL.md] - [INSTALL.XenServer.md] - [INSTALL.NetBSD.md] + - [INSTALL.Windows.md] - [INSTALL.DPDK.md] Build Requirements @@ -28,6 +29,9 @@ you will need the following software: analysis and thread-safety checks. For Ubuntu, there are nightly built packages available on clang's website. + * MSVC 2013. See [INSTALL.Windows] for additional Windows build + instructions. + While OVS may be compatible with other compilers, optimal support for atomic operations may be missing, making OVS very slow (see lib/ovs-atomic.h).