source: BAORadio/libindi/v1/INSTALL @ 612

Last change on this file since 612 was 490, checked in by campagne, 14 years ago

import libindi (JEC)

File size: 688 bytes
Line 
1INDI Library Setup 0.6.1
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.