Browse Source

update readme for iOS build instruments

Pal Lockheart 7 years ago
parent
commit
d8e5c640d3
1 changed files with 6 additions and 1 deletions
  1. 6 1
      README.md

+ 6 - 1
README.md

@@ -119,7 +119,12 @@ To compile, open *`Pal.xcodeproj`* with `Xcode`, and click Build. You need to ha
 iOS
 ---
 
-To compile, open the project *`ios/SDLPal/SDLPal.xcodeproj`* with `Xcode`, and click Build.
+To compile, please first install dependencies via CocoaPods following the above instruments( only need do it once ), then open the project *`ios/SDLPal/SDLPal.xcworkplace`* with `Xcode`, and click Build.
+```shell
+$ cd iOS/SDLPAL
+$ sudo gem install cocoapods
+$ pod install
+```
 
 Android
 -------