Update devnotes with macOS GNU utilities installation

Add instructions for installing GNU utilities on macOS.

Signed-off-by: ilotoki0804 <ilotoki0804@gmail.com>
This commit is contained in:
ilotoki0804 2026-05-01 16:37:57 +09:00 committed by GitHub
parent 665b06986f
commit a2641f3ad2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -447,6 +447,12 @@ build the sfx using any of the following examples:
./scripts/make-sfx.sh gz no-cm # gzip-compressed + no fancy markdown editor
```
on macos, you need to download several GNU utilities before building:
```zsh
brew install gsed gnu-tar findutils coreutils
```
## build from release tarball