From cf89cbe662eca1194fd5a99f4650061167bc669f Mon Sep 17 00:00:00 2001 From: Savino Jossi Date: Fri, 21 Jan 2022 18:11:59 -0500 Subject: [PATCH] git: Add MacOS hints to debug build failures (#404) Co-authored-by: Savino Jossi --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0860dcce5..ff7719337 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,10 @@ Configuration: ~/Library/Application Support/imhex/config Resources: ~/Library/Application Support/imhex/resources ``` +If the build fails while trying to find the macOS libraries, make sure you have +XCode installed with `xcode-select --install`. Homebrew will also help get the +most recent SDK installed and configured with `brew doctor`. + ### Linux Dependency installation scripts are available for many common Linux distributions in the [/dist](dist) folder.