mirror of https://github.com/grpc/grpc-java.git
doc: update protoc version requirement (#7064)
This commit is contained in:
parent
408136301e
commit
ba09218030
|
@ -43,7 +43,7 @@ This section is only necessary if you are making changes to the code
|
|||
generation. Most users only need to use `skipCodegen=true` as discussed above.
|
||||
|
||||
### Build Protobuf
|
||||
The codegen plugin is C++ code and requires protobuf 3.0.0 or later.
|
||||
The codegen plugin is C++ code and requires protobuf 3.12.0 or later.
|
||||
|
||||
For Linux, Mac and MinGW:
|
||||
```
|
||||
|
|
|
@ -18,7 +18,7 @@ you may want to build your own codegen.
|
|||
|
||||
* Linux, Mac OS X with Clang, or Windows with MSYS2
|
||||
* Java 7 or up
|
||||
* [Protobuf](https://github.com/google/protobuf) 3.0.0-beta-3 or up
|
||||
* [Protobuf](https://github.com/google/protobuf) 3.12.0 or up
|
||||
|
||||
## Compiling and testing the codegen
|
||||
Change to the `compiler` directory:
|
||||
|
|
Loading…
Reference in New Issue