summaryrefslogtreecommitdiff
path: root/platform/linux
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-09-22 15:38:03 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2016-09-22 15:38:03 +0300
commitd3eaf98ca17c31d063805d5eadf85be83a20b757 (patch)
tree9b52b6ca798e4e49a65e1235d3bed5372e12f2f1 /platform/linux
parentd5679b07be3125f00be8a6bd6a91edc0f5cb7930 (diff)
downloadqtlocation-mapboxgl-d3eaf98ca17c31d063805d5eadf85be83a20b757.tar.gz
[glfw, qt] Added missing docs (#6428)
Diffstat (limited to 'platform/linux')
-rw-r--r--platform/linux/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/linux/README.md b/platform/linux/README.md
index bb05284609..f7dc2dbec6 100644
--- a/platform/linux/README.md
+++ b/platform/linux/README.md
@@ -33,6 +33,10 @@ Set the environment variable `MAPBOX_ACCESS_TOKEN` to your [Mapbox access token]
export MAPBOX_ACCESS_TOKEN=MYTOKEN
+Optionally, you can specify a custom style to the test application:
+
+ export MAPBOX_STYLE_URL=MYSTYLEURL
+
Then, you can then proceed to build the test application:
make glfw-app