libtiprohidapi.so has two back-ends:
- Linux/hidraw (using the Kernel's hidraw driver)
- libusb (using libusb-1.0 - Linux)

Installation instructions:
1. Copy the desired version to /usr/local/lib
     sudo cp libtiprohidapi.so /usr/local/lib
2. Run the ldconfig command
     sudo ldconfig

You can check with the ldd command to see which library your program currently uses – e.g. ldd apitest
