INDI Library Setup 0.7.0 ======================== You must have CMake >= 2.4.7 in order to build this package. 1) $ tar -xzf libindi.tar.gz 2) $ mkdir libindi_build 3) $ cd libindi_build 4) $ cmake -DCMAKE_INSTALL_PREFIX=/usr . ../libindi 5) $ su -c 'make install' or sudo make install Refer to README for instructions on running indiserver and device drivers. Refer to README.drivers for driver-specific information. Dependencies ============ + libusb + libnova >= 0.12.2 + libfli >= 1.7 + cfitsio >= 3.0 You can download packages for the dependencies above from SUSE BuildService: http://software.opensuse.org/search The packages are available for all major distributions.