

You can check the currently installed libusb version as, $ dpkg -l libusb* Which means our ubuntu is lacking libusb installation.

See the pkg-config man page for more details. Installed software in a non-standard prefix.Īlternatively, you may set the environment variables LIBUSB_CFLAGSĪnd LIBUSB_LIBS to avoid the need to call pkg-config. configure -prefix=/home/devbee/wp/usbutilsĪbove command generated an error like below,Ĭhecking pkg-config is at least version 0.9.0… yesĬonfigure: error: Package requirements (libusb-1.0 >= 1.0.9) were not met:Ĭonsider adjusting the PKG_CONFIG_PATH environment variable if you Initialize autobuild with: $ autoreconf -install -symlinkĬreate an temporary directory if you just want to compile and install in local folder instead of standard directories like /usr/bin etc, $ mkdir outĬonfigure with: $. Submodule ‘usbhid-dump’ () registered for path ‘usbhid-dump’ $ git submodule update USButils is a collection of USB tools for use on Linux and BSD systems to query what type of USB devices are connected to the system.Ĭlone the source code using below command, $ git clone git:///pub/scm/linux/kernel/git/gregkh/usbutils.git $ cd usbutils/įirst get usbhid-dump : $ git submodule init
