diff options
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/INSTALL.md b/INSTALL.md index 9eee0e27ed..83fc54d620 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -51,20 +51,10 @@ dependencies: ## 3: Setting up a development environment & building -This depends on what operating systems you're using, and what platforms you're -developing for: +See the relevant SDK documentation for next steps: -**on OS X** - -* [For OS X on OS X](docs/DEVELOP_OSX.md) -* [For iOS on OS X](docs/DEVELOP_IOS_OSX.md) -* [For Android on OS X](docs/DEVELOP_ANDROID_OSX.md) - -**on Linux** - -* [For Linux on Linux](docs/DEVELOP_LINUX.md) -* [For Android on Linux](docs/DEVELOP_ANDROID_LINUX.md) - -**Node.js bindings** - -* [Developing Node.js bindings](docs/DEVELOP_NODE.md) +* [Mapbox Android SDK](platform/android/) +* [Mapbox iOS SDK](platform/ios/) +* [Mapbox OS X SDK](platform/osx/) +* [Mapbox GL Native on Linux](platform/linux/) +* [node-mapbox-gl-native](platform/node/) |