From c066126e847474a14b4dcd3e97101606c4f166cc Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Tue, 25 Nov 2014 14:31:08 -0800 Subject: Update linux instructions --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d758f82e78..900819be35 100644 --- a/README.md +++ b/README.md @@ -93,17 +93,14 @@ Once you're done installing the build dependencies, you can get started by runni ./configure -which downloads all other dependencies that we need to build manually with [Mason](https://github.com/mapbox/mason). There's a good chance that there already are binary files and that you don't need to compile anything. +Then, you can then proceed to build the library: -Then, you can then proceed to build the library like: + git submodule update --init + make linux - make mbgl +Set an access token as described below, and then run: -Or proceed to building the debug application with: - - make linux - -Be sure to setup an access token per below before running `build/Release/mapbox-gl`. + make run-linux ## Android (on Linux) -- cgit v1.2.1