From c4067e28ba7bc3e3899dfc23c102411a7cdc2b2a Mon Sep 17 00:00:00 2001 From: Nicki Dlugash Date: Thu, 8 May 2014 11:41:21 -0700 Subject: Update README.md `./setup_libraries.sh` --> `./setup-libraries.sh` --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.1