diff options
author | fanquake <fanquake@gmail.com> | 2024-08-29 10:15:18 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2024-08-29 10:58:20 +0100 |
commit | a2b1d2c5ec25a91e224c2b83a5588128e81c6faf (patch) | |
tree | 640de284d201b432b6e4ffef92bbdbf28d7ac25e | |
parent | 36ff336d2e417977340c1f6ca70f55433ce8d9f8 (diff) |
doc: remove bsdmainutils
-rw-r--r-- | doc/build-unix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index fe77e54fb7..61a66e1c1e 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: |