Lines Matching refs:libusb
1 libusb 1.0 Windows binary snapshot - README
5 * https://github.com/libusb/libusb/releases *
10 - Copy libusb.h, from the include\libusb-1.0\ directory, into your project and
13 - Copy the relevant .lib file from MS32\ or MS64\ and add 'libusb-1.0.lib' to
15 Also make sure that the directory where libusb-1.0.lib resides is added to
18 - If you use the static version of the libusb library, make sure that
22 recompile a static libusb 1.0 library from source.
23 - Compile and run your application. If you use the DLL version of libusb-1.0,
28 - Copy libusb.h, from include/libusb-1.0/ to your default include directory,
35 - The libusb 1.0 API documentation can be accessed at:
36 http://api.libusb.info
37 - For some libusb samples (including source), please have a look in examples/
38 - For additional information on the libusb 1.0 Windows backend please visit:
39 http://windows.libusb.info
42 http://windows.libusb.info/#Driver_Installation
45 - If you find any issue, please visit http://libusb.info/ and check the