netdev-dpdk: fix mbuf leaks
[cascardo/ovs.git] / windows / README.rst
1 Open vSwitch Windows installer
2 ==============================
3
4 This project generates a MSI installer for Open vSwitch on Windows, including
5 CLI executables, services and the Hyper-V vswitch forwarding extension.
6
7 Requirements
8 ------------
9
10 Visual Studio 2013 community, professional, premium or ultimate edition
11 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
13 Visual Studio Community 2013 is freely available at:
14 https://www.visualstudio.com/en-us/products/visual-studio-community-vs.aspx
15
16 WiX Toolset 3.9
17 ^^^^^^^^^^^^^^^
18
19 Download and install from:
20 http://wixtoolset.org/releases/v3.9/stable
21
22 Microsoft_VC120_CRT_x86.msm
23 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
24
25 This Windows merge module is available with Visual Studio and contains the
26 Visual C++ 2013 x86 runtime redistributables files.
27 Copy the file in the *Redist* directory.
28
29 Open vSwitch installer
30 ----------------------
31
32 The installer will be generated under the following path:
33 * windows\ovs-windows-installer\bin\Release\OpenvSwitch.msi
34
35 Note: the kernel driver needs to be signed.
36
37
38 Build instructions
39 ------------------
40
41 Build the solution in the Visual Studio IDE or via command line:
42
43     msbuild ovs-windows-installer.sln /p:Platform=x86 /p:Configuration=Release
44
45 Silent installation
46 -------------------
47
48     msiexec /i OpenvSwitch.msi ADDLOCAL=OpenvSwitchCLI,OpenvSwitchDriver /l*v log.txt