diff options
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). |