From 14fb93f5cfd8283449a0ba7ccdb51b361bd4f105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Walstr=C3=B6m?= Date: Thu, 3 Jul 2025 12:40:08 +0200 Subject: [PATCH] developers-guide: Add new builddep (for raspberry pi) Add mtools --- 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 f9c82f13..1a524ce0 100644 --- a/doc/developers-guide.md +++ b/doc/developers-guide.md @@ -67,7 +67,8 @@ $ 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 autoconf automake + autopoint bison flex autoconf automake \ + mtools ``` > For details, see the Getting Started and System Requirements sections