summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-05-24 12:25:33 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-05-25 21:37:58 -0700
commite49d538e77190c5cc6bfd4b497afe47da71bc394 (patch)
tree40c271d405888f5559df7fd7ced69064ab55f586 /INSTALL.md
parent2d44ee1b1ac56a355722bf534a8f24b3ba0e2d97 (diff)
downloadqtlocation-mapboxgl-e49d538e77190c5cc6bfd4b497afe47da71bc394.tar.gz
[docs] Update INSTALL.md
* git submodules are init'd automatically by the build script * styles are no longer bundled * Don't list libtool and automake: if mason fails to find a prebuilt binary, it's a bug and we want to fix it
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md9
1 files changed, 1 insertions, 8 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 8ea12bba4f..d0f063840d 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -13,15 +13,10 @@ depending on your operating system and what platform you want to develop for.
## 1: Getting the Source
-Mapbox GL Native uses git submodules, so you'll need to initialize and update
-them after cloning the source from Git.
+Clone the git repository:
git clone https://github.com/mapbox/mapbox-gl-native.git
cd mapbox-gl-native
- git submodule init
- git submodule update
-
-Default styles in the [Mapbox GL Style Spec format](https://github.com/mapbox/mapbox-gl-style-spec) are included at `./styles` as a submodule. See the [styles project](https://github.com/mapbox/mapbox-gl-styles) to report problems or to contribute to these styles.
## 2: Installing Dependencies
@@ -34,8 +29,6 @@ targets.
- Python 2.x (for build only)
- [Node.js](https://nodejs.org/) (for build only)
- [`pkg-config`](https://wiki.freedesktop.org/www/Software/pkg-config/) (for build only)
- - [`libtool`](https://www.gnu.org/software/libtool/) (for build only)
- - [`automake`](https://www.gnu.org/software/automake/) (for build only)
Depending on your operating system and target, you'll need additional
dependencies: