浏览代码

update readme for iOS build instruments

Pal Lockheart 8 年之前
父节点
当前提交
d8e5c640d3
共有 1 个文件被更改,包括 6 次插入1 次删除
  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
 -------