diff --git a/Building-for-macOS.md b/Building-for-macOS.md index 80ea5a4..f6e5879 100644 --- a/Building-for-macOS.md +++ b/Building-for-macOS.md @@ -5,7 +5,7 @@ macOS Yosemite (10.10) or newer is required to build Dolphin. You will need to install "Command Line Tools for Xcode". Installing Xcode itself is optional if you have installed the Command Line Tools. -## Checkout and compile Dolphin +## Checkout and Compile Dolphin To checkout Dolphin's source: ```bash @@ -13,7 +13,7 @@ git clone https://github.com/dolphin-emu/dolphin ~/dolphin-emu cd ~/dolphin-emu ``` -To build with CMake (optionally verbose): Download and install [CMake](http://www.cmake.org/cmake/resources/software.html) if you don't have it. +To build with CMake (optionally verbose): Download and install [CMake](https://cmake.org/download/) if you don't have it. Then: ```bash