aboutsummaryrefslogtreecommitdiff
path: root/docs/03_build_guides.dox
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2021-11-05 12:26:41 +0000
committerJim Flynn <jim.flynn@arm.com>2021-11-06 09:20:24 +0000
commit3f22d27f51c493e37b9da0692b6bf776f4430dcf (patch)
tree9fa3a05ff5bc9298ca768db8aa18b8a935e19daf /docs/03_build_guides.dox
parentd3b94d305fddd3bbbdf718685084087e4b92ca7f (diff)
downloadarmnn-3f22d27f51c493e37b9da0692b6bf776f4430dcf.tar.gz
IVGCVSW-6372 Change order in doxygen tree view
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: Ia765d335ef998e7e47a1c0c81a375645972f4e1d
Diffstat (limited to 'docs/03_build_guides.dox')
-rw-r--r--docs/03_build_guides.dox35
1 files changed, 35 insertions, 0 deletions
diff --git a/docs/03_build_guides.dox b/docs/03_build_guides.dox
new file mode 100644
index 0000000000..f193c9f0bd
--- /dev/null
+++ b/docs/03_build_guides.dox
@@ -0,0 +1,35 @@
+/// Copyright (c) 2021 ARM Limited and Contributors. All rights reserved.
+///
+/// SPDX-License-Identifier: MIT
+///
+
+namespace armnn
+{
+/**
+@page buildguides Build Guides
+@tableofcontents
+
+This page links all guides to build and/or install Arm NN tools hosted in our repository.
+You can find additional tutorials on
+https://developer.arm.com/solutions/machine-learning-on-arm/developer-material/how-to-guides
+
+Arm NN is written using portable C++14 and the build system uses [CMake](https://cmake.org/), therefore it is possible
+to build for a wide variety of target platforms, from a wide variety of host environments.
+
+Arm NN is managed by a single CMake project. That allows you to build multiple tools at once by combining the CMake
+options from different build guides.
+
+## Installation via APT Repository
+ - @subpage md_InstallationViaAptRepository
+
+## TfLite Delegate build guide
+ - @subpage md_delegate_BuildGuideNative
+
+## Android NDK and Arm NN
+ - @subpage md_BuildGuideAndroidNDK
+
+## Crosscompile Guide for Arm NN
+ - @subpage md_BuildGuideCrossCompilation
+
+**/
+} \ No newline at end of file