Add info about dependencies to the README

This commit is contained in:
Evgeny Morozov 2017-02-22 14:10:10 +03:00
parent c16ecc621d
commit 9b49233e73

View file

@ -30,10 +30,11 @@ Pass for iOS is under *TestFlight external testing*. Drop me an email for testin
## Build
1. Run carthage bootstrap: `carthage bootstrap --platform iOS`
2. Run pod install in the project root directory: `pod install`
3. Open `.xcworkspace` file in Xcode.
4. Build & Run.
1. Install libtool, automake and cmake: `brew install libtool automake cmake`
2. Run carthage bootstrap: `carthage bootstrap --platform iOS`
3. Run pod install in the project root directory: `pod install`
4. Open `.xcworkspace` file in Xcode.
5. Build & Run.
## Usage