1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 04:24:43 +00:00

Fix 'make' failing due to missing 'md5sum' command (#502)

This commit is contained in:
mnzlmstr 2020-11-29 01:16:13 +01:00 committed by GitHub
parent 9182da3c92
commit 734ad1a0bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).