Libusb and how to use its packages in Ubuntu
问题 I have installed libusb by using the following command. I am not sure if it was right or not and the command was sudo apt-get install libusb-dev Once I have installed (and I am not sure if it has installed or not because I am a novice user of Ubuntu), I want to know how would I use the library, because I write some sample code which uses <libusb.h>, but when I compile that C++ file using g++ test_libusb.cpp that throws the following error, test_libusb.cpp:2:20: fatal error: libusb.h: No such