diff options
author | jan Iversen <jani@libreoffice.org> | 2018-05-06 17:59:57 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-05-09 14:40:31 +0200 |
commit | a351393739ee8541abb05ce5fce25e8a6404c55d (patch) | |
tree | 8c40fa72ded7105676c0c7c5d5672a11087a8490 /INSTALL | |
parent | f4a9571da54a2fc2bb95e9e0185c6ef9861f839a (diff) | |
download | subsurface-a351393739ee8541abb05ce5fce25e8a6404c55d.tar.gz |
iOS: update build instractions
Updated INSTALL to point at packaging/ios/README
Updated README to 'facts'
Deleted ios_build_instructions as they are covered in README
[Dirk Hohndel: refactored Jan's original commit in #1241]
Signed-off-by: Jan Iversen <jani@apache.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -279,9 +279,13 @@ To install the app for all users, move subsurface/build/Subsurface.app to /Appli Cross-building Subsurface on MacOSX for iOS ------------------------------------------- -1) build SubSurface under MacOSX -2) build as described in subsurface/packaging/ios +1) build SubSurface under MacOSX and iOS +1.1) cd <repo>/..; bash <repo>/scripts/build.sh -build-deps -both +note: this is mainly done to ensure all external dependencies are downloaded and set + to the correct versions + +2) continue as described in subsurface/packaging/ios |