Skip to content
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 git@github.com: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"
Clone this wiki locally