summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2014-11-25 14:31:08 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2014-11-25 14:31:08 -0800
commitd978feed92b99f6f14fc925f865710fc98cf5d03 (patch)
treee65db5b94320ef6f07731dd2aeb8e7191a1476c5 /README.md
parent2b0cb4a518aca590d91f2cff3cab1fe26d7f6be3 (diff)
downloadqtlocation-mapboxgl-d978feed92b99f6f14fc925f865710fc98cf5d03.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 998618f7bf..3c8fb2fd38 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 like:
-
- make mbgl
-
-Or proceed to building the debug application with:
+Then, you can then proceed to build the library:
+ git submodule update --init
make linux
-Be sure to setup an access token per below before running `build/Release/mapbox-gl`.
+Set an access token as described below, and then run:
+
+ make run-linux
# Troubleshooting