Skip to content

Commit 73e1a24

Browse files
authored
Clarify windows dependencies
1 parent 6723728 commit 73e1a24

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -116,17 +116,12 @@ When you report USB issues, please attach relevant debug log from running the pr
116116

117117
You can go back and forth between the SDK driver and the libusbK driver very quickly and easily with these steps.
118118

119-
* Build libusb
119+
* Install libusb
120120

121-
Open a Git shell (GitHub for Windows), or any shell that has access to git.exe and msbuild.exe
122-
```
123-
cd depends/
124-
.\install_libusb_vs2013.cmd
125-
```
126-
Or `install_libusb_vs2015.cmd`. If you see some errors, you can always open the cmd files and follow the git commands, and maybe build `libusb_201x.sln` with Visual Studio by hand. Building with "Win32" is not recommended as it results in lower performance.
121+
Download the latest build (.7z file) from https://github.com/libusb/libusb/releases, and extract as `depends/libusb` (rename folder `libusb-1.x.y` to `libusb` if any).
127122
* Install TurboJPEG
128123

129-
Download from http://sourceforge.net/projects/libjpeg-turbo/files, extract it to `c:\libjpeg-turbo64` or `depends/libjpeg-turbo64`, or anywhere as specified by the environment variable `TurboJPEG_ROOT`.
124+
Download the `-vc64.exe` installer from http://sourceforge.net/projects/libjpeg-turbo/files, extract it to `c:\libjpeg-turbo64` (the installer's default) or `depends/libjpeg-turbo64`, or anywhere as specified by the environment variable `TurboJPEG_ROOT`.
130125
* Install GLFW
131126

132127
Download from http://www.glfw.org/download.html (64-bit), extract as `depends/glfw` (rename `glfw-3.x.x.bin.WIN64` to `glfw`), or anywhere as specified by the environment variable `GLFW_ROOT`.
@@ -146,6 +141,7 @@ When you report USB issues, please attach relevant debug log from running the pr
146141
cmake --build . --config RelWithDebInfo --target install
147142
```
148143
Or `-G "Visual Studio 14 2015 Win64"`.
144+
Or `-G "Visual Studio 16 2019"`.
149145
* Run the test program: `.\install\bin\Protonect.exe`, or start debugging in Visual Studio.
150146
* Test OpenNI2 (optional)
151147

0 commit comments

Comments
 (0)