forked from aaronevers/indiprop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
58 lines (38 loc) · 1.79 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
indiprop - INDI Property Browser - v1.03
_____________________________________________________________________
This program provides a generic user interface for browsing device
properties published by an INDI compliant server.
Project home: [http://code.google.com/p/indiprop/]
INDI is the Instrument Neutral Distributed Interface. For more
information see the INDI white-paper at:
[http://www.clearskyinstitute.com/INDI/INDI.pdf]
_____________________________________________________________________
Prerequisites:
Building this program requires a Qt6 development environment.
Qt6 is available for many platforms including Windows, Mac, and Linux.
_____________________________________________________________________
Building:
From the project folder type:
qmake6
make
_____________________________________________________________________
Installation:
Installs to $OBSHOME directory with the following:
make install
_____________________________________________________________________
Copyright © 2012 Aaron Evers
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation version 3 of the License.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see [http://www.gnu.org/licenses/].
_____________________________________________________________________
Changelog:
v1.03 - Updated to build with Qt6
v1.02 - Added --xml option to dump raw indi xml to stdout
v1.01 - Added message pane
v1.00 - Initial release