From 6bf1c346d7a1db1dd4f29a1c7c1fce0bc1841b53 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 9 Apr 2024 09:33:43 +0000 Subject: [PATCH] doc: start documenting tools/services needed for testing Infix Signed-off-by: Joachim Wiberg --- doc/developers-guide.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/developers-guide.md b/doc/developers-guide.md index 6a8b9be0..935b66aa 100644 --- a/doc/developers-guide.md +++ b/doc/developers-guide.md @@ -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].