summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2014-11-25 14:31:08 -0800
committerLeith Bade <leith@mapbox.com>2014-11-28 00:17:12 +1100
commitc066126e847474a14b4dcd3e97101606c4f166cc (patch)
treef9c9845442d419df2f6a092964199fb2e1c072d2 /README.md
parent49519ba7f3c7cfbf863c30419c2e35fa5d3ceeee (diff)
downloadqtlocation-mapboxgl-c066126e847474a14b4dcd3e97101606c4f166cc.tar.gz
Update linux instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files 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)