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

Files

Latest commit

34daefa · Feb 4, 2016

History

History

warden-protocol

warden-protocol

This README describes the protocol library. Please refer to the top level README for an overview of all components.

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 for information about how to download or build the compiler.

Once you have protoc on your path:

  1. bundle
  2. 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 file in the root directory of the repository).