X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2F4_APIs_and_Services%2F4.4_AGL_Test_Framework%2F0_Installation%2FInstallation.md;fp=docs%2F4_APIs_and_Services%2F4.4_AGL_Test_Framework%2F0_Installation%2FInstallation.md;h=512e08f1c7a75b6a331b951114d25c4a0c79ac28;hb=4aad369c9728061c97b3de792286e743ee884b09;hp=0000000000000000000000000000000000000000;hpb=619a7e48085be1538c3b01eb93dcb9dc95bf0436;p=AGL%2Fdocumentation.git 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 +--- + + + +# 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 +```