Skip to content

Commit

Permalink
Merge branch 'master' of github.com:chengxinlun/Stellarium-android
Browse files Browse the repository at this point in the history
  • Loading branch information
chengxinlun committed Feb 20, 2017
2 parents ae6ec08 + e21afc1 commit 684c51d
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Stellarium-android
## A version of Stellarium for android
## Please refer to README for original software
A version of Stellarium for android

Original readme document has been renamed to README

Original source code: http://stelladata.noctua-software.com/stellarium-mobile/stellarium-mobile-1.24.tar.gz
(This link is dead now...)

Assets from https://code.launchpad.net/stellarium/

## Prerequisites
Qt-for-android (preferably qt 5.6 or higher)
Expand All @@ -9,8 +15,14 @@ Since qt does not provide a redistributable version of qt-for-android, you
may have to build it for yourself. The building procedure is already
detaily documented in the document of qt. Please refer to qt.io for info.

Python PIL

If you want to create low-resolution resources, please run
create-mobile-data.sh. However, it will call PIL so you might want to
have it installed firsthand.

## Installation
The original INSTALL file nearly states nothing, but some useful links are
The original INSTALL file nearly states nothing useful, but some links are
still provided within that document. Simply download and build. I have
included all assets in this respository as I might modify them in the
future.
Expand Down

0 comments on commit 684c51d

Please sign in to comment.