summaryrefslogtreecommitdiffstats
path: root/docs/4_APIs_and_Services/4.4_AGL_Test_Framework/0_Installation/Installation.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/4_APIs_and_Services/4.4_AGL_Test_Framework/0_Installation/Installation.md')
-rw-r--r--docs/4_APIs_and_Services/4.4_AGL_Test_Framework/0_Installation/Installation.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/docs/4_APIs_and_Services/4.4_AGL_Test_Framework/0_Installation/Installation.md b/docs/4_APIs_and_Services/4.4_AGL_Test_Framework/0_Installation/Installation.md
new file mode 100644
index 0000000..512e08f
--- /dev/null
+++ b/docs/4_APIs_and_Services/4.4_AGL_Test_Framework/0_Installation/Installation.md
@@ -0,0 +1,33 @@
+---
+edit_link: ''
+title: Installation
+origin_url: >-
+ https://git.automotivelinux.org/apps/app-afb-test/plain/docs/0_Installation.md?h=master
+---
+
+<!-- WARNING: This file is generated by fetch_docs.js using /home/boron/Documents/AGL/docs-webtemplate/site/_data/tocs/apis_services/master/app-afb-test-developer-guides-api-services-book.yml -->
+
+# Installation
+
+[Verify Your Build Host](../../../devguides/reference/1-verify-build-host.html).
+
+Use the following command-line to get the `afb-test` binding and all its
+dependencies.
+
+* Fedora (>= 27):
+
+```bash
+dnf install agl-app-afb-test-devel
+```
+
+* OpenSuse (>= 15.0):
+
+```bash
+zypper install agl-app-afb-test-devel
+```
+
+* Ubuntu (>= Xenial), Debian stable:
+
+```bash
+apt-get install agl-app-afb-test-dev
+```