mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-10 19:20:13 +00:00
Fix 'make' failing due to missing 'md5sum' command (#502)
This commit is contained in:
parent
9182da3c92
commit
734ad1a0bc
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ For macOS, use homebrew to install the following dependencies:
|
|||
* python3
|
||||
```bash
|
||||
brew update
|
||||
brew install coreutils make python3
|
||||
brew install coreutils make python3 md5sha1sum
|
||||
```
|
||||
|
||||
You'll also need to [build and install mips-linux-binutils](docs/BUILDING_BINUTILS_MACOS.md).
|
||||
|
|
Loading…
Reference in a new issue