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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,11 +55,13 @@ This library has a lot in common with [libusb 1.0](http://libusb.info/), which h
55
55
56
56
## Building from source on Windows with MSYS2
57
57
58
-
The recommended way to build this library on Windows is to use [MSYS2](http://msys2.github.io/). These instructions assume you are building a 32-bit binary.
58
+
The recommended way to build this library on Windows is to use [MSYS2](http://msys2.github.io/).
59
59
60
-
After installing MSYS2, select "MinGW-w64 Win32 shell" from the Start Menu. Then run this command to install the required packages:
60
+
After installing MSYS2, launch it by selecting "MSYS2 MinGW 32-bit" or "MSYS2 MinGW 64-bit" from the Start Menu. Then run this command to install the required packages:
If pacman prompts you to enter a selection of packages to install, just press enter to install all of the packages.
63
65
64
66
Download the source code of this library and navigate to the top-level directory using `cd`. Then run these commands to build the library and install it:
0 commit comments