]> xenbits.xensource.com Git - people/pauldu/xenvif.git/commitdiff
Update BUILD.md with VS2015/WDK10 information
authorPaul Durrant <paul.durrant@citrix.com>
Wed, 14 Dec 2016 16:32:58 +0000 (16:32 +0000)
committerPaul Durrant <paul.durrant@citrix.com>
Wed, 14 Dec 2016 16:32:58 +0000 (16:32 +0000)
Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
BUILD.md

index c0f9c370ea7a3d86f246aeddf0b3fdd8a73d4698..8899818a64026c8fd188ab2c7c2ea4596a133349 100644 (file)
--- a/BUILD.md
+++ b/BUILD.md
@@ -1,8 +1,8 @@
-Building the XenBus Package
+Building the XenVif Package
 ===========================
 
-First you'll need a device driver build environment for Windows 8 or
-Windows 8.1.
+First you'll need a device driver build environment for Windows 8, Windows
+8.1, or Windows 10.
 For Windows 8 this means:
 
 *   Visual Studio 2012 (Professional or Ultimate)
@@ -13,6 +13,11 @@ For Windows 8.1 this means:
 *   Visual Studio 2013 (Any SKU, including Express)
 *   Windows Driver Kit 8.1
 
+For Windows 10 this means:
+
+*   Visual Studio 2015 (Any SKU, including Express or Community)
+*   Windows Driver Kit 10
+
 (See http://msdn.microsoft.com/en-us/windows/hardware/hh852365.aspx). You
 may find it useful to install VirtualCloneDrive from http://www.slysoft.com
 as Visual Studio is generally supplied in ISO form.
@@ -25,6 +30,13 @@ a variable called KIT to the base of the WDK
 called SYMBOL\_SERVER to point at a location where driver symbols can be
 stored. This can be local directory e.g. C:\Symbols.
 
+NOTE: If you are using WDK 10 then you will need to acquire the DIFx
+      re-distributable package from one of the other WDKs, so that the
+      driver build can copy dpinst.exe into the output.
+      Set the environment variable DPINST_REDIST to the base dpinst
+      directory (i.e. the directory under which the x86 and x64 sub-
+      directories containing dpinst.exe can be found).
+
 Next you'll need a 3.x version of python (which you can get from
 http://www.python.org). Make sure python.exe is somewhere on your default
 path.