diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2014-05-26 15:54:25 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2014-05-26 15:54:25 -0700 |
commit | 20ea1c26357cfb84ea1d6da9d1ce6e586a2f8444 (patch) | |
tree | be295a86e333e2b5e0e55e3bd3c1cf8a70c02cd4 /README.md | |
parent | aba4983c942ed3e92fc934a676f6a440bf2414ed (diff) | |
download | qtlocation-mapboxgl-20ea1c26357cfb84ea1d6da9d1ce6e586a2f8444.tar.gz |
README tweaks (deps, Linux, hotkeys)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,16 +1,16 @@ [![Travis](https://api.travis-ci.com/mapbox/llmr-native.svg?token=yZ9zvfZwYkJNWivRLoyX)](https://magnum.travis-ci.com/mapbox/llmr-native) An OpenGL renderer for [Mapbox vector tiles](https://www.mapbox.com/blog/vector-tiles), -implemented in C++11, targeting iOS & OS X. +implemented in C++11, currently targeting iOS, OS X, and Ubuntu Linux. # Depends - Modern C++ compiler that supports `-std=c++11` - `libpng` - `libuv` - - `libcurl` (depends on OpenSSL) + - `libcurl` (depends on OpenSSL; Linux only) - `glfw3` - - Boost (for Rtree support) + - Boost - Python (for build only) - Node.js (for build only) @@ -91,11 +91,11 @@ This is automatically taken care of as a build phase. ## Desktop -- Press 'X' to reset the transform -- Press 'N' to reset north -- Press 'R' to toggle styles -- Press Tab to toggle debug information -- Press Esc to quit +- Press `X` to reset the transform +- Press `N` to reset north +- Press `R` to toggle styles +- Press `Tab` to toggle debug information +- Press `Esc` to quit ## Mobile |