summaryrefslogtreecommitdiff
path: root/docs/README-ios.md
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2017-09-26 16:27:24 -0700
committerSam Lantinga <slouken@libsdl.org>2017-09-26 16:27:24 -0700
commitf3c97d2aad73c0750026c2228860996a6bd62b18 (patch)
treedc630786adb1562660ff63c818a249d536171064 /docs/README-ios.md
parent83378e35922bc77760b8d6e13086431adc5c6b2e (diff)
downloadsdl-f3c97d2aad73c0750026c2228860996a6bd62b18.tar.gz
Fixed bug 3850 - incorrect numbering in docs/README-ios.md
Michal the numbering of the bulletpoints in: docs/README-ios.md has been mangled with: changeset 11365 a9bd2625fa01 fix: 12 2. Open SDL.xcodeproj (located in Xcode-iOS/SDL) in Xcode. 13 4. Select your desired target, and hit build. remove: 28 1. Follow step 1 above. adapt: 29 2. cd (PATH WHERE THE SDL CODE IS)/build-scripts 30 3. ./iosbuild.sh
Diffstat (limited to 'docs/README-ios.md')
-rw-r--r--docs/README-ios.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/README-ios.md b/docs/README-ios.md
index 18c4bc066..bf34fe482 100644
--- a/docs/README-ios.md
+++ b/docs/README-ios.md
@@ -9,8 +9,8 @@ Requirements: Mac OS X 10.8 or later and the iOS 7+ SDK.
Instructions:
-2. Open SDL.xcodeproj (located in Xcode-iOS/SDL) in Xcode.
-4. Select your desired target, and hit build.
+1. Open SDL.xcodeproj (located in Xcode-iOS/SDL) in Xcode.
+2. Select your desired target, and hit build.
There are three build targets:
- libSDL.a:
@@ -25,9 +25,8 @@ There are three build targets:
Build SDL for iOS from the command line
==============================================================================
-1. Follow step 1 above.
-2. cd (PATH WHERE THE SDL CODE IS)/build-scripts
-3. ./iosbuild.sh
+1. cd (PATH WHERE THE SDL CODE IS)/build-scripts
+2. ./iosbuild.sh
If everything goes fine, you should see a build/ios directory, inside there's
two directories "lib" and "include".