mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +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
|
* python3
|
||||||
```bash
|
```bash
|
||||||
brew update
|
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).
|
You'll also need to [build and install mips-linux-binutils](docs/BUILDING_BINUTILS_MACOS.md).
|
||||||
|
|
Loading…
Reference in a new issue