Merge pull request #29 from ttyz/readme-deps
Add info about dependencies to the README
This commit is contained in:
commit
4c5705d5fe
1 changed files with 5 additions and 4 deletions
|
|
@ -30,10 +30,11 @@ Pass for iOS is under *TestFlight external testing*. Drop me an email for testin
|
||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
1. Run carthage bootstrap: `carthage bootstrap --platform iOS`
|
1. Install libtool, automake and cmake: `brew install libtool automake cmake`
|
||||||
2. Run pod install in the project root directory: `pod install`
|
2. Run carthage bootstrap: `carthage bootstrap --platform iOS`
|
||||||
3. Open `.xcworkspace` file in Xcode.
|
3. Run pod install in the project root directory: `pod install`
|
||||||
4. Build & Run.
|
4. Open `.xcworkspace` file in Xcode.
|
||||||
|
5. Build & Run.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue