From e21afc15b5736b48769f450cb846de9bd5e79c56 Mon Sep 17 00:00:00 2001 From: Cheng Xinlun Date: Mon, 20 Feb 2017 09:12:30 +0800 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c268bb1..e91ecdb 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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.