From 70e29f9c7d6b218f623724a56b03a0270877a4f1 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 28 Dec 2018 19:50:39 +0100 Subject: [PATCH] More fixes. --- README.macOS.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.macOS.md b/README.macOS.md index 3408fd8a3..cfeafdf51 100644 --- a/README.macOS.md +++ b/README.macOS.md @@ -196,7 +196,11 @@ the Finder window opens, drag the _CMake_ icon into the Applications folder. We will be using _CMake_ from the command line. Please launch _CMake_ and choose `Tools > How to Install for Command Line Use` and follow the instructions -in the dialog box. +in the dialog box. If you have admin right, you can also use + +```bash +sudo ln -s /Applications/CMake.app/Contents/bin/cmake /usr/local/bin/cmake +``` Installing the _Xcode_ command line tools is pretty straight forward. Just enter this in your shell and follow the dialogs: