diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2014-11-25 14:31:08 -0800 |
---|---|---|
committer | Leith Bade <leith@mapbox.com> | 2014-11-28 00:17:12 +1100 |
commit | c066126e847474a14b4dcd3e97101606c4f166cc (patch) | |
tree | f9c9845442d419df2f6a092964199fb2e1c072d2 /README.md | |
parent | 49519ba7f3c7cfbf863c30419c2e35fa5d3ceeee (diff) | |
download | qtlocation-mapboxgl-c066126e847474a14b4dcd3e97101606c4f166cc.tar.gz |
Update linux instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -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) |