PiOCD
PiOCD copied to clipboard
missing libusb-1.x for compile
When executing ./configure I got an error on missing libusb-1.x This was not a big issue, but maybe you`d like to add this for completeness.
Resolve by: sudo apt-get install libusb-1.0-0-dev
Thanks for this excellent info !
Also solved my issue with this error... thanks guys... for putting this in the github