doc: start documenting tools/services needed for testing Infix

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg
2024-04-15 15:36:41 +02:00
parent 4acfec3d41
commit 6bf1c346d7
+7
View File
@@ -69,6 +69,13 @@ $ sudo apt install bc binutils build-essential bzip2 cpio \
python rsync sed tar unzip wget
```
For testing, a few more tools and services are required on your system:
```bash
$ sudo apt install jq graphviz qemu-system-x86 qemu-system-arm \
ethtool gdb-multiarch tcpdump tshark
```
> For details, see the Getting Started and System Requirements sections
> of the [excellent manual][1].