Update ACL pin to dda6914c6e923187c2ca2c3bfd71677e9c9e5c68
[platform/upstream/armnn.git] / docs / 02_build_guides.dox
1 /// Copyright (c) 2021 ARM Limited and Contributors. All rights reserved.
2 ///
3 /// SPDX-License-Identifier: MIT
4 ///
5
6 namespace armnn
7 {
8 /**
9 @page buildguides Installation and build Guides
10 @tableofcontents
11
12 This page links all guides to build and/or install Arm NN tools hosted in our repository.
13 You can find additional tutorials on
14 https://developer.arm.com/solutions/machine-learning-on-arm/developer-material/how-to-guides
15
16 Arm NN is written using portable C++14 and the build system uses [CMake](https://cmake.org/), therefore it is possible
17 to build for a wide variety of target platforms, from a wide variety of host environments.
18
19 Arm NN is managed by a single CMake project. That allows you to build multiple tools at once by combining the CMake
20 options from different build guides.
21
22 ## Installation via APT Repository
23  - @subpage md_InstallationViaAptRepository
24
25 ## TfLite Delegate build guide
26  - @subpage md_delegate_BuildGuideNative
27
28 ## Android NDK and Arm NN
29  - @subpage md_BuildGuideAndroidNDK
30
31 ## Crosscompile Guide for Arm NN
32  - @subpage md_BuildGuideCrossCompilation
33
34 **/
35 }