diff --git a/docs/HowToGuides/GettingStarted.md b/docs/HowToGuides/GettingStarted.md index 1de0dcf0eb249..215f31d747018 100644 --- a/docs/HowToGuides/GettingStarted.md +++ b/docs/HowToGuides/GettingStarted.md @@ -142,20 +142,16 @@ toolchain as a one-off, there are a couple of differences: 1. Install Xcode. The minimum required version is specified in the node information on , may change frequently, and is often a beta release. -1. Install [Ninja][] and [Sccache][]: - - Via [Homebrew][] (recommended): +2. Install [CMake][]. +3. (Optional) Install [Sccache][] via [Homebrew][]: ```sh - brew install ninja sccache - ``` - - Via [Homebrew Bundle][]: - ```sh - brew bundle + brew install sccache ``` + This step is not required, but it speeds up rebuilds by caching build artifacts. [Xcode]: https://developer.apple.com/xcode/resources/ -[Ninja]: https://ninja-build.org [Homebrew]: https://brew.sh/ -[Homebrew Bundle]: https://github.com/Homebrew/homebrew-bundle +[CMake]: https://cmake.org ### Linux