Difference between revisions of "INDI"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) m |
|||
(One intermediate revision by one other user not shown) | |||
Line 13: | Line 13: | ||
=== Optional === | === Optional === | ||
* [[Libusb]] | * [[Libusb]] | ||
− | * [[ | + | * [[CFITSIO]] |
== Non-Multilib == | == Non-Multilib == | ||
Line 30: | Line 30: | ||
== Multilib == | == Multilib == | ||
− | + | To do ... | |
+ | |||
+ | |||
+ | [[Category:General Libs]] |
Latest revision as of 10:16, 25 January 2009
Download Source: | http://downloads.sourceforge.net/indi/indilib-0.5.tar.gz |
---|
Introduction to INDI
INDI is a distributed control protocol designed to operate astronomical instrumentation. INDI is small, flexible, easy to parse, and scalable. It supports common DCS functions such as remote control, data acquisition, monitoring, and a lot more.
Project Homepage: http://indi.sourceforge.net/
Dependencies
Optional
Non-Multilib
Compile the package:
sed -i "37i\#include <string.h>" src/sbigcam.h
./configure --prefix=/usr && make
Install the package
make install
Multilib
To do ...