diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2015-12-24 17:19:59 -0800 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2016-01-05 08:04:16 -0800 |
commit | f8f735b5745051e94cf4f527a5b33b09825bc86d (patch) | |
tree | deaf202a6b0230de1fe4689a48002d5fabac558a /INSTALL.md | |
parent | 6af69e4e56628a7a330a7cedf9233e724bd9e344 (diff) | |
download | qtlocation-mapboxgl-f8f735b5745051e94cf4f527a5b33b09825bc86d.tar.gz |
Rewrote documentation
Rewrote some copy to provide more context and link to more GL-related repos, including GL JS. Put the various SDKs in a table so we can show the various CI bot status images.
Integrated target list into the relevant documents. Rewrote large portions of iOS and OS X setup documentation to guide normal developers to more friendly places. Combined some Android documentation.
Moved SDK-specific documentation into platform/. Added a temporary readme in ios/ that points to the one in platform/ios/.
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/) |