From: Nikhil Raj Date: Mon, 18 Nov 2019 15:13:09 +0000 (+0000) Subject: IVGCVSW-4062 Update Readme for 19.11 X-Git-Tag: submit/tizen/20200316.035456~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0dc60161935f822dcd37c73eed1a949e9c94226;p=platform%2Fupstream%2Farmnn.git IVGCVSW-4062 Update Readme for 19.11 * Update BuildGuideCrossCompilation.md Signed-off-by: Nikhil Raj Change-Id: Ie16dfe477271e411eef0b5e68f636b81a61d5c33 --- diff --git a/BuildGuideCrossCompilation.md b/BuildGuideCrossCompilation.md index 85c46a9..a6cee16 100644 --- a/BuildGuideCrossCompilation.md +++ b/BuildGuideCrossCompilation.md @@ -93,7 +93,7 @@ The instructions show how to build the ArmNN core library and the Boost, Protobu #### Build Boost library for arm64 * Build Boost library for arm64 Download Boost version 1.64 from http://www.boost.org/doc/libs/1_64_0/more/getting_started/unix-variants.html - Version 1.66 is not supported. + Using any version of Boost greater than 1.64 will fail to build ArmNN, due to different dependency issues. ```bash tar -zxvf boost_1_64_0.tar.gz cd boost_1_64_0