Skip to content

Commit

Permalink
compiler: add note about where to download precompiled version of plu…
Browse files Browse the repository at this point in the history
…gin (grpc#6022)
  • Loading branch information
jeanbza authored and creamsoup committed Jul 30, 2019
1 parent 99993be commit 188b4d1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions compiler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ This generates the Java interfaces out of the service definition from a
`.proto` file. It works with the Protobuf Compiler (``protoc``).

Normally you don't need to compile the codegen by yourself, since pre-compiled
binaries for common platforms are available on Maven Central. However, if the
pre-compiled binaries are not compatible with your system, you may want to
build your own codegen.
binaries for common platforms are available on Maven Central:

1. Navigate to https://mvnrepository.com/artifact/io.grpc/protoc-gen-grpc-java
2. Click into a version
3. Click "Files"

However, if the pre-compiled binaries are not compatible with your system,
you may want to build your own codegen.

## System requirement

Expand Down

0 comments on commit 188b4d1

Please sign in to comment.