From ca28f484c303b5a15f8f5369233cabbc97dc6d21 Mon Sep 17 00:00:00 2001 From: Brian Pearce Date: Sat, 28 May 2016 13:53:27 -0700 Subject: [PATCH] Examples had incorrect path to extraction tools. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 106c809..6c10dec 100644 --- a/README.md +++ b/README.md @@ -101,14 +101,14 @@ Step 1. and 2. can be skipped if you have Xcode installed. 1. Download Xcode like described in 'Packaging the SDK on Mac OS X' 2. Ensure you have `clang` and `make` installed -3. Run `./gen_sdk_package_p7zip.sh .dmg` +3. Run `./tools/gen_sdk_package_p7zip.sh .dmg` 4. Copy or move the SDK into the tarballs/ directory ##### Packing the SDK on Linux, Method 2 (works with Xcode >= 4.3): ##### 1. Download Xcode like described in 'Packaging the SDK on Mac OS X' 2. Install `cmake`, `libxml2-dev` and `fuse` -3. Run `./gen_sdk_package_darling_dmg.sh .dmg` +3. Run `./tools/gen_sdk_package_darling_dmg.sh .dmg` 4. Copy or move the SDK into the tarballs/ directory ##### Packing the SDK on Linux, Method 3 (does *NOT* work with Xcode 4.3 or later!): #####