diff options
author | Nicki Dlugash <nicki@mapbox.com> | 2014-05-08 11:41:21 -0700 |
---|---|---|
committer | Nicki Dlugash <nicki@mapbox.com> | 2014-05-08 11:41:21 -0700 |
commit | c4067e28ba7bc3e3899dfc23c102411a7cdc2b2a (patch) | |
tree | ccb18265b44c710a08a932d7403dc1bcb27e3700 /README.md | |
parent | ee557988427df3319043e54e2a0c0405861a124e (diff) | |
download | qtlocation-mapboxgl-c4067e28ba7bc3e3899dfc23c102411a7cdc2b2a.tar.gz |
Update README.md
`./setup_libraries.sh` --> `./setup-libraries.sh`
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |