Prerequisities required to build DreamFocuser driver
====================================================
cmake
INDI library with the header files

To install prerequisities in Debian:
------------------------------------
sudo apt-get install libindi-dev cmake

To compile and install:
-----------------------
cd <directory where source is located>
cmake .
make
sudo make install
