git: Add MacOS hints to debug build failures (#404)

Co-authored-by: Savino Jossi <sj@redballoonsecurity.com>
This commit is contained in:
Savino Jossi 2022-01-21 18:11:59 -05:00 committed by GitHub
parent e756c9d46f
commit cf89cbe662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -182,6 +182,10 @@ Configuration: ~/Library/Application Support/imhex/config
Resources: ~/Library/Application Support/imhex/resources 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 ### Linux
Dependency installation scripts are available for many common Linux distributions in the [/dist](dist) folder. Dependency installation scripts are available for many common Linux distributions in the [/dist](dist) folder.