mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
chore(docs): update docs due to Mac Ventura
This commit is contained in:
parent
d825641d6c
commit
f962f483a5
1 changed files with 7 additions and 0 deletions
7
docs/build/macos.md
vendored
7
docs/build/macos.md
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue