Armadillo / Platypus driver INSTALL
===================================

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

1) start from the 3rdparty folder (~/Projects/indi/3rdparty)
2) $ tar -xzf indi-armadillo-platypus.tar.gz
3) $ mkdir tmpbuild
4) $ cd tmpbuild
5) $ cmake -DCMAKE_INSTALL_PREFIX=/usr . ../indi-armadillo-platypus
6) $ make
7) $ sudo make install (or: su -c 'make install')

That's it - you'll have the Armadillo and Platypus drivers listed in the Focuser section
... and you can remove the "tmpbuild" folder.
