@@ -164,17 +164,19 @@ is using `winusb.sys` driver, which according to Microsoft does not support
164
164
[ necessary USB control requests] ( https://social.msdn.microsoft.com/Forums/sqlserver/en-US/f680b63f-ca4f-4e52-baa9-9e64f8eee101 ) .
165
165
This may be fixed if ` libusb ` starts supporting different driver on Windows.
166
166
167
- Note that it is highly recommended to have ` pkg-config ` installed (many platforms provide it by default).
167
+ Note that it is highly recommended to have utility ` pkg-config ` installed
168
+ (many platforms provide it in package ` pkg-config ` or ` pkgconf ` ,
169
+ often it is installed by default).
168
170
169
171
First, you need to install library libusb-1.0 (version 1.0.13 or later is required,
170
172
1.0.23 or later is recommended):
171
173
172
- * Ubuntu: ` sudo apt-get install libusb-1.0-0-dev `
173
- * Redhat: ` sudo yum install libusb1-devel `
174
- * OpenSUSE: ` sudo zypper install libusb-1_0-devel `
175
- * MacOS: ` brew install libusb ` , or ` sudo port install libusb-devel `
176
- * FreeBSD: libusb is included by default
177
- * NetBSD: ` sudo pkgin install libusb1 gmake pkg-config `
174
+ * Ubuntu: ` sudo apt-get install libusb-1.0-0-dev pkgconf `
175
+ * Redhat: ` sudo yum install libusb1-devel pkgconf `
176
+ * OpenSUSE: ` sudo zypper install libusb-1_0-devel pkgconf `
177
+ * MacOS: ` brew install libusb pkgconf ` , or ` sudo port install libusb-devel pkgconf `
178
+ * FreeBSD: ` pkg install gmake pkgconf ` ( libusb is included by default)
179
+ * NetBSD: ` sudo pkgin install libusb1 gmake pkgconf `
178
180
* Windows: TBD?
179
181
180
182
To fetch uhubctl source and compile it:
0 commit comments