From 7abd2b9071fbc5f9b969435bfbbe49c2d6c4cff3 Mon Sep 17 00:00:00 2001 From: Sameeh Jubran Date: Wed, 22 Feb 2017 19:32:18 +0200 Subject: [PATCH] Documentation: Update for VS 2015 and Windows 10 Signed-off-by: Sameeh Jubran Signed-off-by: Dmitry Fleytman --- Documentation/Tracing.txt | 4 ++-- README.md | 8 +++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Documentation/Tracing.txt b/Documentation/Tracing.txt index b176313..68dd599 100644 --- a/Documentation/Tracing.txt +++ b/Documentation/Tracing.txt @@ -28,7 +28,7 @@ Getting Driver Text Traces (for debugging, requires UsbDk driver's PDB file) * Download dbgview from http://live.sysinternals.com/Dbgview.exe and put to Trace folder on the target machine * Copy traceview.exe from WDK install location on build machine - (usually C:\Program Files (x86)\Windows Kits\8.1\Tools\x64\traceview.exe) + (usually C:\Program Files (x86)\Windows Kits\10\Tools\x64\traceview.exe) to Trace folder on the target machine * Run UsbDkTrace.bat script from Trace folder on the target machine * Keep pressing ENTER until dbgview window appears on the screen @@ -86,7 +86,7 @@ Converting Driver Binary Traces to Text (requires UsbDk driver's PDB file) * Place the binary trace obtained (UsbDkTrace.etl) to Tools/Trace folder of UsbDk source tree * Copy tracepdb.exe and tracefmt.exe utilities from WDK binaries location - (usually C:\Program Files (x86)\Windows Kits\8.1\bin\x64\) + (usually C:\Program Files (x86)\Windows Kits\10\bin\x64\) to Tools/Trace folder of UsbDk source tree * Copy UsbDk.pdb that corresponds to the binary trace obtained to Tools/Trace folder of UsbDk source tree diff --git a/README.md b/README.md index 7e78575..238f57e 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,15 @@ Library supports all Windows OS versions starting from Windows XP/2003. **Tools required:** -* Visual Studio 2013/Visual Studio 2013 Express update 4 or newer -* WDK 8.1 +* Visual Studio 2015/Visual Studio 2015 Express update 3 or newer +* WDK 10 +* Windows 10 SDK +* Wix Toolset V3.8 (for building MSI installer) * WDK 7.1 (for Windows XP/2003/Vista/2008 builds) ***Compilation*** -Just open UsbDk.sln from the source tree root in Visual Studio 2013 and compile +Just open UsbDk.sln from the source tree root in Visual Studio 2015 and compile desired configuration. ## Installing and running