You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,17 +116,12 @@ When you report USB issues, please attach relevant debug log from running the pr
116
116
117
117
You can go back and forth between the SDK driver and the libusbK driver very quickly and easily with these steps.
118
118
119
-
*Build libusb
119
+
*Install libusb
120
120
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).
127
122
* Install TurboJPEG
128
123
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`.
130
125
* Install GLFW
131
126
132
127
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
0 commit comments