Skip to content

Commit

Permalink
doc: tell macOS users to brew install fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Jan 13, 2024
1 parent 4f7923b commit 94ecad8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ python -m pip install meson ninja
### :large_orange_diamond: `fmt`: C++ output formatting library
<https://github.com/fmtlib/fmt>
- 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
Expand Down

0 comments on commit 94ecad8

Please sign in to comment.