[doc] Add coreutils to Mac brew dependencies (#5608)

See 75d02a9038 (commitcomment-36008019)
pull/5611/head
Frans de Jonge 5 years ago committed by GitHub
parent 5e8d1227ef
commit 16fd731f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,7 +38,7 @@ sudo dnf install libstdc++-static SDL SDL-devel
Install the prerequisites using [Homebrew](https://brew.sh/):
```
brew install nasm binutils libtool autoconf automake cmake makedepend \
brew install nasm binutils coreutils libtool autoconf automake cmake makedepend \
sdl2 lua@5.1 luarocks gettext pkg-config wget md5sha1sum
echo 'export PATH="/usr/local/opt/gettext/bin:$PATH"' >> "$HOME"/.bash_profile
```

Loading…
Cancel
Save