INDI MI DRIVER INSTALL
======================

You must have CMake >= 3.2.0 in order to build this package.

First you must compile libmicam:

1) $ cd libmicam
2) $ cmake -DCMAKE_INSTALL_PREFIX=/usr .
3) $ make
4) $ su -c 'make install' or sudo make install

Then you can compile the driver itself:

1) $ cd indi-mi
2) $ cmake -DCMAKE_INSTALL_PREFIX=/usr .
3) $ make
4) $ su -c 'make install' or sudo make install
