From 94ecad8d262dfc3b5bf4907dee01d2cd5702bf66 Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Fri, 12 Jan 2024 21:40:08 -0500 Subject: [PATCH] doc: tell macOS users to `brew install fmt` --- doc/setup.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/setup.md b/doc/setup.md index d1c48306d..5d51af01b 100644 --- a/doc/setup.md +++ b/doc/setup.md @@ -27,6 +27,11 @@ python -m pip install meson ninja ### :large_orange_diamond: `fmt`: C++ output formatting library - likely available in your package manager, likely as `fmt` or `libfmt` +> [!IMPORTANT] +> macOS users are _strongly_ encouraged to install this from Homebrew: +> ```bash +> brew install fmt +> ``` - if you compile it yourself, include the `cmake` option `-DCMAKE_POSITION_INDEPENDENT_CODE=ON` - example `cmake` commands: ```bash