mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-05 23:44:53 +00:00
Use iconv from Homebrew on macOS (#2374)
* Use iconv from Homebrew on macOS * Use `brew --prefix`
This commit is contained in:
parent
4873788e2d
commit
bdb3656af9
3 changed files with 19 additions and 5 deletions
|
@ -19,7 +19,7 @@ You can install them with the following commands:
|
|||
|
||||
```bash
|
||||
brew update
|
||||
brew install coreutils make python3 libpng bash clang-format libxml2
|
||||
brew install coreutils make python3 libpng bash clang-format libxml2 libiconv
|
||||
```
|
||||
|
||||
(The repository expects Homebrew-installed programs to be either linked correctly in `$PATH` etc. or in their default locations.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue