c++ - How to install libusb? -


i having hard time installing libusb. went across youtube videos, , talking "installing" libusb. went across tutorial , saying need build "manually". however, downloaded libusb http://sourceforge.net/projects/libusb-win32/files/.

in download, there no software install (according video, libusb_win32.exe).

my os windows 7 ultimate 32 bit. pc dell inspiron 4030 (i need install in desktop pc well). ide qt, works visual studio 2010 compiler.

how can install this?

i bet downloaded .zip file no installer in (probably named libusb-win32-bin-1.2.6.0.zip). reason don't have install have work.

you have unzip , then, add libusb-win32-bin-1.2.6.0\include include directories of project using libusb. then, have add libusb-win32-bin-1.2.6.0\lib\msvc libraries used project. if don't know how here useful link have work msvc 2010.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -