summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authoralexander <alexander.efremov@arm.com>2021-05-14 15:48:56 +0100
committerIsabella Gottardi <isabella.gottardi@arm.com>2021-05-18 15:27:44 +0100
commitafb0963b9d4413a398ebaa0185db88d88295e954 (patch)
treee70c49c008415c481ba7d7ab0c2dd0cb9b9cc0fc /docs
parent56ee6207c1524ddc4c444c6e48e05eb34105985a (diff)
downloadml-embedded-evaluation-kit-afb0963b9d4413a398ebaa0185db88d88295e954.tar.gz
Renamed core driver dependency to be "dash" style aligned
Signed-off-by: alexander <alexander.efremov@arm.com> Change-Id: I86b1d658ddd9aa717eb571286a9e5f5e053725cf
Diffstat (limited to 'docs')
-rw-r--r--docs/sections/building.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/sections/building.md b/docs/sections/building.md
index ff5b518..7bd01d1 100644
--- a/docs/sections/building.md
+++ b/docs/sections/building.md
@@ -371,12 +371,13 @@ cmake .. \
If the TensorFlow source tree is not in its default expected location, set the path
using `TENSORFLOW_SRC_PATH`. Similarly, if the Ethos-U55 NPU driver and CMSIS are
not in the default location, `ETHOS_U55_DRIVER_SRC_PATH` and `CMSIS_SRC_PATH` can be
-used to configure their location. For example:
+used to configure their location.
+For example:
```commandline
cmake .. \
-DTENSORFLOW_SRC_PATH=/my/custom/location/tensorflow \
- -DETHOS_U55_DRIVER_SRC_PATH=/my/custom/location/core_driver \
+ -DETHOS_U55_DRIVER_SRC_PATH=/my/custom/location/core-driver \
-DCMSIS_SRC_PATH=/my/custom/location/cmsis
```