Correct version of protoc for Linux ARM build (#12241)

This commit is contained in:
Nat Kershaw (MSFT) 2022-07-19 13:52:44 -07:00 committed by GitHub
parent d138872142
commit fa1af609ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -300,8 +300,8 @@ This option is very fast and allows the package to be built in minutes, but is c
2. Get a pre-compiled protoc:
Get this from https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protoc-3.11.2-linux-x86_64.zip and unzip after downloading.
The version must match the one onnxruntime is using. Currently we are using 3.11.2.
Get this from https://github.com/protocolbuffers/protobuf/releases/download/v3.18.1/protoc-3.18.1-linux-x86_64.zip and unzip after downloading.
The version must match the one onnxruntime is using. Currently we are using 3.18.1.
3. (Optional) Setup sysroot to enable python extension. *Skip if not using Python.*