summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNicki Dlugash <nicki@mapbox.com>2014-05-08 11:41:21 -0700
committerNicki Dlugash <nicki@mapbox.com>2014-05-08 11:41:21 -0700
commitc4067e28ba7bc3e3899dfc23c102411a7cdc2b2a (patch)
treeccb18265b44c710a08a932d7403dc1bcb27e3700 /README.md
parentee557988427df3319043e54e2a0c0405861a124e (diff)
downloadqtlocation-mapboxgl-c4067e28ba7bc3e3899dfc23c102411a7cdc2b2a.tar.gz
Update README.md
`./setup_libraries.sh` --> `./setup-libraries.sh`
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5817f3a156..fd15f01975 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ dependencies.
## OS X
-Run `./setup_libraries.sh`
+Run `./setup-libraries.sh`
This downloads all required dependencies, builds them and creates universal libraries that can be
used on both OS X and iOS.
@@ -36,7 +36,7 @@ To create projects, you can run:
## iOS
Because `libpng` isn't included in the iOS SDK, you will need to build a cross-architecture version
-yourself. Run `./setup_libraries.sh`, which is derived from Mapnik's cross-architecture build
+yourself. Run `./setup-libraries.sh`, which is derived from Mapnik's cross-architecture build
scripts. This will also run `./configure`.
Target devices: iPhone 4 and above (4S, 5, 5c, 5s) and iPad 2 and above (3, 4, mini and/or retina).
@@ -60,7 +60,7 @@ Install glfw3 dependencies:
Build static dependencies:
- ./setup_libraries.sh
+ ./setup-libraries.sh
This will automatically run configure for you and set the correct paths.