summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2014-05-31 14:29:30 -0700
committerJustin R. Miller <incanus@codesorcery.net>2014-05-31 14:29:30 -0700
commit6450c0b9fd9725c35fe23a2fd3512646f9b52af0 (patch)
treec997dabc63b563c0c206f5abcb2e6f1a956266db /README.md
parentab0f16ebf28512ca96e8bff927574c38dbfd9198 (diff)
downloadqtlocation-mapboxgl-6450c0b9fd9725c35fe23a2fd3512646f9b52af0.tar.gz
link to GLFW for more info
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1ff87a9211..8eba4e664f 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ This downloads all required dependencies, builds them and creates universal libr
To create projects, you can run:
- `make xproj`: Creates an Xcode project with OS X-specific handlers for HTTP downloads and
- settings storage. It uses GLFW for window handling.
+ settings storage. It uses [GLFW](http://www.glfw.org) for window handling.
- `make lproj`: Creates an Xcode project with platform-independent handlers for downloads
and settings storage. This is what is also being built on Linux.
- `make linux`: Builds the Linux GLFW application with `make`.