Skip to content

Commit

Permalink
Add README.md for Bazel's third_party/protobuf.
Browse files Browse the repository at this point in the history
--
MOS_MIGRATED_REVID=95640440
  • Loading branch information
philwo committed Jun 10, 2015
1 parent 855af61 commit 3b4efd2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions third_party/protobuf/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
How to update these files:

1. Go to http://search.maven.org/
2. Search for g:"com.google.protobuf"
3. Download the "jar" link from protobuf-java.
4. Download all binaries from "protoc".
5. Strip version number from protoc files: for i in *.exe; do mv $i $(echo $i | sed s/3.0.0-alpha-3-//); done
6. Set executable bit: chmod +x *.exe
7. Update third_party/BUILD to point to the new jar file.
8. Done.

0 comments on commit 3b4efd2

Please sign in to comment.