diff --git a/docs/HowToGuides/GettingStarted.md b/docs/HowToGuides/GettingStarted.md index dd5da288211ed..1de0dcf0eb249 100644 --- a/docs/HowToGuides/GettingStarted.md +++ b/docs/HowToGuides/GettingStarted.md @@ -142,10 +142,10 @@ 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 [CMake][], [Ninja][] and [Sccache][]: +1. Install [Ninja][] and [Sccache][]: - Via [Homebrew][] (recommended): ```sh - brew install cmake ninja sccache + brew install ninja sccache ``` - Via [Homebrew Bundle][]: ```sh @@ -153,7 +153,6 @@ toolchain as a one-off, there are a couple of differences: ``` [Xcode]: https://developer.apple.com/xcode/resources/ -[CMake]: https://cmake.org [Ninja]: https://ninja-build.org [Homebrew]: https://brew.sh/ [Homebrew Bundle]: https://github.com/Homebrew/homebrew-bundle @@ -200,7 +199,6 @@ toolchain as a one-off, there are a couple of differences: ### Spot check dependencies -* Run `cmake --version`; this should be at least 3.19.6 (3.24.2 if you want to use Xcode for editing on macOS). * Run `python3 --version`; this should be at least 3.6. * Run `ninja --version`; check that this succeeds. * If you installed and want to use Sccache: Run `sccache --version`; check