Updated Set up Build Environment on macOS (markdown)

Janek Bevendorff
2023-11-21 23:38:07 +01:00
parent 94eff4da04
commit 0bb7f51936

@@ -10,6 +10,8 @@ in a terminal to install the Xcode CLI tools. Then, install Homebrew:
``` ```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
``` ```
(or use the [pkg installer](https://github.com/Homebrew/brew/releases/latest) if you dislike curl | bash.)
Use Homebrew to install the required build tools: Use Homebrew to install the required build tools:
``` ```
brew install cmake asciidoctor brew install cmake asciidoctor