Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Document how to build the protocol buffer bindings
Browse files Browse the repository at this point in the history
[#72801782]

Signed-off-by: Zach Robinson <[email protected]>
  • Loading branch information
sykesm authored and zrob committed Jun 16, 2014
1 parent 994279d commit 766fecb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions warden-protocol/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,26 @@
[tlr]: /README.md

## Building
Generating the protocol buffer bindings requires a protocol buffer compiler.
If you're a homebrew user on the mac, you can use `brew install protobuf`; if
you're using another platform, please visit the
[protocol buffer project][protobuf] for information about how to download or
build the compiler.

Once you have `protoc` on your path:

1. `bundle`
1. `bundle exec rake build`

## Testing

Use `bundle exec rake spec` to execute the tests.

## License

The project is licensed under the Apache 2.0 license (see the
[`LICENSE`][license] file in the root directory of the repository).

[license]: /LICENSE
[protobuf]: https://code.google.com/p/protobuf

0 comments on commit 766fecb

Please sign in to comment.