From da245eb153337c6f1e75383bfe0fecd2cdcaed04 Mon Sep 17 00:00:00 2001 From: Sadik Armagan Date: Thu, 22 Jul 2021 12:28:43 +0100 Subject: IVGCVSW-5966 'Update all the documentation' * Update all documentation for removing BOOST library dependency Signed-off-by: Sadik Armagan Change-Id: Ie21ff096a11b7a623b1b9bb6f71eb63ea6e7b615 --- src/dynamic/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/dynamic') diff --git a/src/dynamic/README.md b/src/dynamic/README.md index 39ed18895d..6efec20465 100644 --- a/src/dynamic/README.md +++ b/src/dynamic/README.md @@ -23,15 +23,13 @@ The makefile used for building the standalone reference dynamic backend is also ### Standalone dynamic backend build The easiest way to build a standalone sample dynamic backend is to build using environment configured compiler -and specify the Arm NN path and Boost path to the CMake command: +and specify the Arm NN path to the CMake command: ```shell cd ${DYNAMIC_BACKEND_DIR} mkdir build cd build -cmake -DBOOST_ROOT=${BOOST_PATH} \ - -DBoost_SYSTEM_LIBRARY=${BOOST_PATH}/lib/libboost_system.a \ - -DARMNN_PATH=${ARMNN_PATH}/libarmnn.so .. +cmake -DARMNN_PATH=${ARMNN_PATH}/libarmnn.so .. ``` Then run the build -- cgit v1.2.1