aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
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