Skip to content

Commit 3f994b1

Browse files
committed
docs: Add instructions on building with UsbDk
1 parent e4d69fe commit 3f994b1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,10 @@ When you report USB issues, please attach relevant debug log from running the pr
7979

8080
### Windows / Visual Studio
8181

82-
* Install libusbK driver
82+
* Install UsbDk driver
83+
84+
Download the latest x64 installer from https://github.com/daynix/UsbDk/releases, install it. This doesn't interfere with the Microsoft SDK. Do not install the libusbK driver if you install the UsbDK driver.
85+
* (Alternatively) Install libusbK driver
8386

8487
You don't need the Kinect for Windows v2 SDK to build and install libfreenect2, though it doesn't hurt to have it too. You don't need to uninstall the SDK or the driver before doing this procedure.
8588

@@ -104,6 +107,7 @@ When you report USB issues, please attach relevant debug log from running the pr
104107
This will enumerate the Kinect sensor again and it will pick up the K4W2 SDK driver, and you should be ready to run KinectService.exe again immediately.
105108

106109
You can go back and forth between the SDK driver and the libusbK driver very quickly and easily with these steps.
110+
107111
* Build libusb
108112

109113
Open a Git shell (GitHub for Windows), or any shell that has access to git.exe and msbuild.exe

0 commit comments

Comments
 (0)