In order to build the INDI SX drivers, you must have:
cmake installed
both libusb 0.1.x and libusb 1.x along with the header files (libusb-dev)
INDI installed along with the header files.
cfitsio installed

Run:
cmake .
make
sudo make install
