Closed Rombersoft closed 6 years ago
It looks that you don't have libusb-1.0 development headers installed.
In Ubuntu 16.04.4 LTS, I was able to get past this error by installing libusb. I used "sudo apt-get install libusb-1.0" and all was taken care by apt.
This issue can be closed.
In Ubuntu 18.04.2 LTS I have same problem as mentioned by Rombersoft. I have installed installed libusb-1.0-0-dev but error remains the same. libusb.h is in /usr/include/libusb-1.0/ Please kindly help.
@vksingh18881,
I had the same problem in ubuntu 18.04.3 LTS I installed pkg-config and issue was solved.
sudo apt install pkg-config
but libusb-1.0 really exists