aboutsummaryrefslogtreecommitdiff
path: root/src/dynamic/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/dynamic/README.md')
-rw-r--r--src/dynamic/README.md6
1 files changed, 2 insertions, 4 deletions
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