From 6539a5407ec5ad2dbd6dfac3c5560999a81d520b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Walstr=C3=B6m?= Date: Fri, 13 Sep 2024 15:36:59 +0200 Subject: [PATCH] doc: develop: Add autoconf and automake as requirement --- doc/developers-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/developers-guide.md b/doc/developers-guide.md index d740aeb3e..c88e3dbf5 100644 --- a/doc/developers-guide.md +++ b/doc/developers-guide.md @@ -67,7 +67,7 @@ $ sudo apt install bc binutils build-essential bzip2 cpio \ diffutils file findutils git gzip \ libncurses-dev libssl-dev perl patch \ python3 rsync sed tar unzip wget \ - autopoint bison flex + autopoint bison flex autoconf automake ``` For testing, a few more tools and services are required on your system: