source: BAORadio/libindi/v1.0.1/INSTALL @ 614

Last change on this file since 614 was 501, checked in by frichard, 14 years ago

-BAOControl : petite interface permettant de contrôler les antennes via le pilote indi_BAO
-Le pilote indi_BAO utilise désormais libindi v 0.7

File size: 688 bytes
Line 
1INDI Library Setup 0.7.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+ libfli  >= 1.7
22+ cfitsio >= 3.0
23
24You can download packages for the dependencies above from SUSE BuildService:
25
26http://software.opensuse.org/search
27
28The packages are available for all major distributions.
Note: See TracBrowser for help on using the repository browser.