diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2017-01-20 22:43:04 -0800 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2017-01-21 11:14:15 -0800 |
commit | 5fd740729ecfe63fb0717acfd6f1fec07876e6a9 (patch) | |
tree | d6b188b22094f33966cede23b140453711c74852 /platform/macos/INSTALL.md | |
parent | 4cff0977a04a0fb17e2a95ea773d9ca3222a5b03 (diff) | |
download | qtlocation-mapboxgl-5fd740729ecfe63fb0717acfd6f1fec07876e6a9.tar.gz |
[macos] Reorganized readmes
Made the download link easier to find in the installation instructions. Reorganized readmes to link to more related resources. Shout out to OpenStreetMap.
Diffstat (limited to 'platform/macos/INSTALL.md')
-rw-r--r-- | platform/macos/INSTALL.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/platform/macos/INSTALL.md b/platform/macos/INSTALL.md index f8b4c675de..ef04267c47 100644 --- a/platform/macos/INSTALL.md +++ b/platform/macos/INSTALL.md @@ -1,14 +1,14 @@ -# Integrating the Mapbox macOS SDK into your application +# Integrating a custom build of the Mapbox macOS SDK into your application -This document explains how to build the Mapbox macOS SDK and integrate it into your own Cocoa application. +This document explains how to build a development version of the Mapbox macOS SDK from source and integrate it into your own Cocoa application. This process is for advanced developers who want to get a glimpse of the SDK’s development between releases. To use a production-ready version of the SDK, see the [Mapbox macOS SDK homepage](https://mapbox.github.io/mapbox-gl-native/macos/). ### Requirements The Mapbox macOS SDK requires the macOS 10.10.0 SDK (or above) and Xcode 7.3 (or above). -### Building the SDK +### Building the SDK from source -Grab a [prebuilt release](https://github.com/mapbox/mapbox-gl-native/releases/) – look for the releases that begin with “macos-” – or build the SDK from source: +To build the SDK from source: 1. [Install core dependencies](../../INSTALL.md). |