I have a C program that has a #include <libusb-1.0.0/libusb.h> part in the header.
I have downloaded libusb-1.0.0 to my computer. If I simply copy the libusb-1.0.0 folder to the folder where my C program is, it will not work. Therefore, I think I have to somehow install libuse-1.-.- to the folder where my C program is. However, how do I install it?