From f665bcfffc7aafe5a6a14dd10f7568e22a5650ae Mon Sep 17 00:00:00 2001 From: JayDDee Date: Sat, 28 Dec 2024 23:18:21 -0500 Subject: [PATCH] Updated Compiling from source (markdown) --- Compiling-from-source.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Compiling-from-source.md b/Compiling-from-source.md index 3989c9b..989c828 100644 --- a/Compiling-from-source.md +++ b/Compiling-from-source.md @@ -72,6 +72,12 @@ This procedure is only for Apple MAC PCs that use MacOS. iPads & iPhones use IOS Setting up the build environment on MacOS does not require an AppleID or need anything from the App store. +#### Install developer command line tools + +If Xcode is installed this is probably not necessary. Using Xcode to build cpuminer-opt has not been tested. The following intalls Clang and other useful tools but not the full Xcode. + +`% xcode-select --install` + #### Homebrew package manager Install Homebrew from https://brew.sh/.