From b0dc60161935f822dcd37c73eed1a949e9c94226 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Mon, 18 Nov 2019 15:13:09 +0000 Subject: IVGCVSW-4062 Update Readme for 19.11 * Update BuildGuideCrossCompilation.md Signed-off-by: Nikhil Raj Change-Id: Ie16dfe477271e411eef0b5e68f636b81a61d5c33 --- BuildGuideCrossCompilation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BuildGuideCrossCompilation.md b/BuildGuideCrossCompilation.md index 85c46a9281..a6cee16478 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 -- cgit v1.2.1