docs: macOS low-ports + sfx building (#1458)

Signed-off-by: ilotoki0804 <ilotoki0804@gmail.com>
This commit is contained in:
ilotoki0804 2026-05-21 07:30:37 +09:00 committed by GitHub
parent 0bb80e9294
commit d7eb556cdd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 3 deletions

View file

@ -2321,9 +2321,7 @@ if you want to change the fonts, see [./docs/rice/](./docs/rice/)
become a *real* webserver which people can access by just going to your IP or domain without specifying a port become a *real* webserver which people can access by just going to your IP or domain without specifying a port
**if you're on windows,** then you just need to add the commandline argument `-p 80,443` and you're done! nice **if you're on windows or macos,** then you just need to add the commandline argument `-p 80,443` and you're done! nice
**if you're on macos,** sorry, I don't know
**if you're on Linux,** you have the following 4 options: **if you're on Linux,** you have the following 4 options:

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 ./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