doc: update macOS build instructions (#12886)

Add bash to the list of required Homebrew packages (macOS ship version 3, we need at least 4).

Closes #12868.
This commit is contained in:
Benoit Pierre
2024-12-10 22:47:43 +01:00
committed by GitHub
parent 63fea74597
commit 58e37ce68b

View File

@@ -92,8 +92,8 @@ luarocks --lua-version=5.1 --local install busted
Install the prerequisites using [Homebrew](https://brew.sh/):
```
brew install autoconf automake binutils cmake coreutils findutils gnu-getopt \
libtool make meson nasm ninja p7zip pkg-config sdl2 util-linux
brew install autoconf automake bash binutils cmake coreutils findutils \
gnu-getopt libtool make meson nasm ninja p7zip pkg-config sdl2 util-linux
```
You will also have to ensure Homebrew's findutils, gnu-getopt, make & util-linux are in your path, e.g., via