compiler: add note about where to download precompiled version of plugin (#6022)

This commit is contained in:
Jean de Klerk 2019-07-29 18:08:03 -06:00 committed by Jihun Cho
parent 99993bee13
commit 188b4d1e51
1 changed files with 8 additions and 3 deletions

View File

@ -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``). `.proto` file. It works with the Protobuf Compiler (``protoc``).
Normally you don't need to compile the codegen by yourself, since pre-compiled 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 binaries for common platforms are available on Maven Central:
pre-compiled binaries are not compatible with your system, you may want to
build your own codegen. 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 ## System requirement