summaryrefslogtreecommitdiff
path: root/ios/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'ios/README.md')
-rw-r--r--ios/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/ios/README.md b/ios/README.md
new file mode 100644
index 0000000000..b0dad9e14a
--- /dev/null
+++ b/ios/README.md
@@ -0,0 +1,8 @@
+llmr-ios
+========
+
+1. Because `libpng` isn't included in the iOS SDK, you will need to build a cross-architecture version yourself. Run `./setup_libpng.sh`, which is derived from Mapnik's cross-architecture build scripts.
+
+1. `make iapp` to create and build the iOS test app Xcode project.
+
+1. Consider `sudo npm install -g ios-sim` for auto-launching the simulator, but it can be tricky and it's better to run on an ARM-based device anyway. Open `./llmr-app.xcodeproj`, then build and run on the simulator or a device yourself. \ No newline at end of file