mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 13:42:29 -06:00
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:
parent
665b06986f
commit
a2641f3ad2
|
|
@ -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
|
./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
|
## build from release tarball
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue