I want install libusb in ubuntu 14.04 LTS. I have downloaded libusb-1.0.9.tar.bz2 file from official site "http://libusb.org" but now I am unable to install it. I want to use libusb for Reliance usb for net connection.
As I am new to linux so please mention every command that I need to run in terminal.
Thanks in advance.
Best Answer
This is how you install libusb:
Note that if you are using libusb in a C/C++ program you should include it the following way:
and not like this:
This is a common mistake that I was making. Finally you compile like this: