From 0b79dc277e86f536736669e273576738e290d76a Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 21 Jul 2017 14:51:52 +0000 Subject: [PATCH] Update macOS build section in README. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b0f8320e..ad3f8fd0 100644 --- a/README.md +++ b/README.md @@ -86,12 +86,12 @@ Building on macOS ----------------- You will need XCode tools, CMake, libpng and Freetype. To build tests, you -will need cairo. Assuming you use -[homebrew][], these can be installed with: +will need cairo. Assuming you use [homebrew][], these can be installed with: brew install cmake libpng freetype cairo -XCode has to be installed via AppStore; it requires a free Apple ID. +XCode has to be installed via AppStore or [the Apple website][appledeveloper]; +it requires a free Apple ID. Before building, check out the necessary submodules: @@ -108,7 +108,8 @@ The application is built in `build/bin/solvespace.app`, the graphical interface is `build/bin/solvespace.app/Contents/MacOS/solvespace`, and the command-line interface executable is `build/bin/solvespace.app/Contents/MacOS/solvespace-cli`. -[homebrew]: http://brew.sh/ +[homebrew]: https://brew.sh/ +[appledeveloper]: https://developer.apple.com/download/ Building on Windows -------------------