summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar jan Iversen <jani@libreoffice.org>2018-05-06 17:59:57 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-05-09 14:40:31 +0200
commita351393739ee8541abb05ce5fce25e8a6404c55d (patch)
tree8c40fa72ded7105676c0c7c5d5672a11087a8490 /INSTALL
parentf4a9571da54a2fc2bb95e9e0185c6ef9861f839a (diff)
downloadsubsurface-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--INSTALL8
1 files changed, 6 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 326ff8231..163e1e2dc 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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