From: Ferran Balaguer Date: Fri, 16 Nov 2018 11:56:01 +0000 (+0000) Subject: IVGCVSW-2158 BuildGuideCrossCompilation.md wrong protobuf version X-Git-Tag: submit/tizen/20190109.005305~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48a4ae828a4692132a755ae02b517e2ceb189673;p=platform%2Fupstream%2Farmnn.git IVGCVSW-2158 BuildGuideCrossCompilation.md wrong protobuf version Change-Id: Ibe826db4412c54aba42c45c155e7e5329861bdb1 --- diff --git a/BuildGuideCrossCompilation.md b/BuildGuideCrossCompilation.md index c94a193..63f9f2a 100644 --- a/BuildGuideCrossCompilation.md +++ b/BuildGuideCrossCompilation.md @@ -18,7 +18,7 @@ The instructions show how to build the ArmNN core library and the Boost, Protobu #### Build and install Google's Protobuf library -* Get protobuf-all-3.5.1.tar.gz from here: https://github.com/google/protobuf/releases +* Get protobuf-all-3.5.1.tar.gz from here: https://github.com/protocolbuffers/protobuf/releases/tag/v3.5.1 * Extract: ```bash tar -zxvf protobuf-all-3.5.1.tar.gz