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

Commit

Permalink
add notes on install protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Apr 23, 2015
1 parent bf7774a commit bf7f818
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ adds som additional methods.
Hacking
-------

You need to have `protoc` installed.

* Linux Aptitude: `apt-get install protobuf-compiler`
* Mac [homebrew](http://brew.sh/): `brew install protobuf`

Remember to run the tests. That is as easy as `make run-tests`.

The default way of running the Dart protoc plugin is through the
Expand Down

0 comments on commit bf7f818

Please sign in to comment.