From 01f3a33c388c29a7854e646e68701038cd2af17c Mon Sep 17 00:00:00 2001 From: Tracy Sharpe <42477615+tracysh@users.noreply.github.com> Date: Fri, 17 Jan 2020 14:48:39 -0800 Subject: [PATCH] update protoc path to match protobuf version (#2865) --- BUILD.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index 601a60b73d..87c49055fe 100644 --- a/BUILD.md +++ b/BUILD.md @@ -391,7 +391,7 @@ The DirectML execution provider supports building for both x64 and x86 architect --- -### ARM Compute Library +### ARM Compute Library See more information on the ACL Execution Provider [here](./docs/execution_providers/ACL-ExecutionProvider.md). #### Prerequisites @@ -515,7 +515,7 @@ See the instructions for the the Dockerfile [here](./dockerfiles/README.md#arm-3 ``` 3. Get a pre-compiled protoc: - You may get it from https://github.com/protocolbuffers/protobuf/releases/download/v3.6.1/protoc-3.6.1-linux-x86_64.zip . Please unzip it after downloading. + You may get it from https://github.com/protocolbuffers/protobuf/releases/download/v3.11.2/protoc-3.11.2-linux-x86_64.zip . Please unzip it after downloading. 4. (optional) Setup sysroot for enabling python extension. (TODO: will add details later) 5. Save the following content as tool.cmake ```