From 58e37ce68b3e329b43979f07ad249aba5ddc711b Mon Sep 17 00:00:00 2001 From: Benoit Pierre Date: Tue, 10 Dec 2024 22:47:43 +0100 Subject: [PATCH] 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. --- doc/Building.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Building.md b/doc/Building.md index bc376bca2..7aa94ce8c 100644 --- a/doc/Building.md +++ b/doc/Building.md @@ -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