Skip to content

Commit

Permalink
md for readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubanek committed Jun 22, 2017
1 parent d41877d commit 5687ece
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ SUBDIRS = include \

EXTRA_DIST = autogen.sh RUN rts2.initd.in \
INSTALL INSTALL.alta INSTALL.fli INSTALL.paramount INSTALL.andor \
INSTALL.comedi INSTALL.miccd INSTALL.sbig INSTALL.gpib rts2-init.in
INSTALL.comedi INSTALL.miccd INSTALL.sbig INSTALL.gpib rts2-init.in \
README.md

noinst_HEADERS = config.h

Expand Down
14 changes: 11 additions & 3 deletions README → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,21 @@ header of source files for details.

RTS2 is not an interactive planetarium. RTS2 provides various interfaces which
third parties can use to access system functionalities. Probably the best is
JSON API.
JSON API. [Stellarium](http://stellarium.org)

For further details, please visit:

http://www.rts2.org
[http://www.rts2.org](http://www.rts2.org)

For questions, comments, suggestions and problems, please send emails to petr
(at) kubanek [dot] net or to the RTS2 developer list rts-2-devel (at) lists
(at) rts2 [dot] org or to the RTS2 developer list rts-2-devel (at) lists
[dot] sourceforge [dot] net. Please be aware that support is first provided
to parties sharing development and implementation costs.

How to install RTS2
===================

The easiest way on Ubuntu/debian based distributions is to install RTS2 from packages.
The packages are available from [https://launchpad.net/~rts2/+archive/ubuntu/daily].

If you want to install from the source code, please see the [INSTALL](./INSTALL) file.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.C
AC_INIT(rts2, 0.9.5, petr@kubanek.net)
AC_INIT(rts2, 0.9.5, petr@rts2.org)

AC_CANONICAL_BUILD
AC_CANONICAL_TARGET
Expand Down

0 comments on commit 5687ece

Please sign in to comment.