blob: 5688dd11c8b413db61b5e1e10ac57003c8bce1ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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
```
|