-
Notifications
You must be signed in to change notification settings - Fork 137
Installation
Alexey Khokhlov edited this page Apr 2, 2015
·
2 revisions
1.ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
2.brew install automake
3.brew install libtool
4.brew install protobuf
5.git clone [email protected]:alexeyxo/protobuf-swift.git
6../scripts/build.sh
7.Add ./src/ProtocolBuffers/ProtocolBuffers.xcodeproj
in your project.
## Installation via Carthage
Cartfile:
github "alexeyxo/protobuf-swift"