From 3f2ead2528f951d9ae5dd1c3132cffa50b65d8d9 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Fri, 26 Apr 2024 13:46:05 +0200 Subject: [PATCH] doc: update list of required packages Signed-off-by: Joachim Wiberg --- doc/developers-guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/developers-guide.md b/doc/developers-guide.md index 935b66aa..0f3619b1 100644 --- a/doc/developers-guide.md +++ b/doc/developers-guide.md @@ -66,7 +66,8 @@ The instructions here are for Debian/Ubuntu based systems (YMMV): $ sudo apt install bc binutils build-essential bzip2 cpio \ diffutils file findutils git gzip \ libncurses-dev libssl-dev perl patch \ - python rsync sed tar unzip wget + python3 rsync sed tar unzip wget \ + autopoint ``` For testing, a few more tools and services are required on your system: