source: BAORadio/libindi/libindi/INSTALL @ 642

Last change on this file since 642 was 642, checked in by frichard, 12 years ago

-Alignement des antennes
-Version 0.0.9 de libindi

File size: 500 bytes
Line 
1INDI Library Setup 0.9.0
2========================
3
4You must have CMake >= 2.4.7 in order to build this package.
5
61) $ tar -xzf libindi.tar.gz
72) $ mkdir libindi_build
83) $ cd libindi_build
94) $ cmake -DCMAKE_INSTALL_PREFIX=/usr . ../libindi
105) $ su -c 'make install' or sudo make install
11   
12Refer to README for instructions on running indiserver and device drivers.
13
14Refer to README.drivers for driver-specific information.
15
16Dependencies
17============
18
19+ libusb
20+ libnova >= 0.12.2
21+ cfitsio >= 3.0
22
Note: See TracBrowser for help on using the repository browser.