summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSameeh Jubran <sameeh@daynix.com>2017-02-22 19:32:18 +0200
committerDmitry Fleytman <dmitry@daynix.com>2017-04-03 15:06:48 +0300
commit7abd2b9071fbc5f9b969435bfbbe49c2d6c4cff3 (patch)
treedd7b506ef5f043b528f4aaafe1ea9ead42e5023d
parentae2d76c152356ec4b7e5ae1db1125a0a9e0479bf (diff)
Documentation: Update for VS 2015 and Windows 10
Signed-off-by: Sameeh Jubran <sameeh@daynix.com> Signed-off-by: Dmitry Fleytman <dfleytma@redhat.com>
-rw-r--r--Documentation/Tracing.txt4
-rw-r--r--README.md8
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