doc: update protoc version requirement (#7064)

This commit is contained in:
Jihun Cho 2020-05-27 09:11:47 -07:00 committed by GitHub
parent 408136301e
commit ba09218030
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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:
```
@ -150,4 +150,4 @@ After Android SDK is installed, you need to set the `ANDROID_HOME` environment v
Android SDK home directory:
```
$ export ANDROID_HOME=<path-to-your-android-sdk>
```
```

View File

@ -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: