aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3aa3a8c17f..ebe113ca06 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,8 @@ The 'ExecuteNetwork' program, in armnn/tests/ExecuteNetwork, has no additional d
The 'armnn/samples' directory contains SimpleSample.cpp. A very basic example of the ArmNN SDK API in use.
+Note that Arm NN needs to be built against a particular version of ARM's Compute Library. The get_compute_library.sh in the scripts subdirectory will clone the compute library from the review.mlplatform.org github repository into a directory alongside armnn named 'clframework' and checkouts the correct revision
+
### License
Arm NN is provided under the [MIT](https://spdx.org/licenses/MIT.html) license.