From a2b1d2c5ec25a91e224c2b83a5588128e81c6faf Mon Sep 17 00:00:00 2001 From: fanquake Date: Thu, 29 Aug 2024 10:15:18 +0100 Subject: [PATCH] doc: remove bsdmainutils --- doc/build-unix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build-unix.md b/doc/build-unix.md index fe77e54fb7b..61a66e1c1ed 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -44,7 +44,7 @@ Finally, clang (often less resource hungry) can be used instead of gcc, which is Build requirements: - sudo apt-get install build-essential cmake pkg-config bsdmainutils python3 + sudo apt-get install build-essential cmake pkg-config python3 Now, you can either build from self-compiled [depends](#dependencies) or install the required dependencies: