chore(docs): update docs due to Mac Ventura

This commit is contained in:
Steven R. Loomis 2023-02-20 17:52:21 -06:00
parent d825641d6c
commit f962f483a5

7
docs/build/macos.md vendored
View file

@ -65,6 +65,13 @@ These dependencies are also listed below if you'd prefer to install manually.
sudo ln -s /opt/homebrew/bin/greadlink /usr/local/bin/greadlink
```
On Ventura, you will need to adjust your PATH so that coreutils `realpath` takes precedence over the BSD one:
```shell
# Credit: brew info coreutils
PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
```
* Web: node.js, emscripten, openjdk 8
```shell