1
0
Fork 0
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:
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 * 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).