From 8a7e077cdd1223b91837d807a6750e7b4d2230b6 Mon Sep 17 00:00:00 2001 From: Benoit Pierre Date: Mon, 7 Jul 2025 08:24:12 +0200 Subject: [PATCH] doc: fix macOS build instructions (#14030) Add missing flock dependency. Close #14029. --- doc/Building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Building.md b/doc/Building.md index bfd47937b..ced06b8e0 100644 --- a/doc/Building.md +++ b/doc/Building.md @@ -115,7 +115,7 @@ Install the prerequisites using [Homebrew](https://brew.sh/): ``` brew install autoconf automake bash binutils cmake coreutils findutils \ - gnu-getopt libtool make meson nasm ninja pkg-config sdl2 util-linux + flock gnu-getopt libtool make meson nasm ninja 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