From e49d538e77190c5cc6bfd4b497afe47da71bc394 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 24 May 2016 12:25:33 -0700 Subject: [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 --- INSTALL.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'INSTALL.md') 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: -- cgit v1.2.1