From da0840226a7bbf106d19d55aed49412c7722e76d Mon Sep 17 00:00:00 2001 From: Christopher Wilcox Date: Thu, 18 Oct 2018 16:33:02 -0700 Subject: [PATCH] Add a link to the downloads for the command line tools. On my version of mac os, I didn't have the package at the location specified in the script block. --- Common-build-problems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common-build-problems.md b/Common-build-problems.md index d309034..6628cd3 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -35,7 +35,7 @@ zypper in zlib-devel bzip2 libbz2-devel readline-devel sqlite3 sqlite3-devel lib brew install readline xz ``` - When running Mojave or higher (10.14+) you will also [need to install the additional SDK headers](https://developer.apple.com/documentation/xcode_release_notes/xcode_10_release_notes#3035624): + When running Mojave or higher (10.14+) you will also [need to install the additional SDK headers](https://developer.apple.com/documentation/xcode_release_notes/xcode_10_release_notes#3035624) by downloading them from [here](https://developer.apple.com/download/more): ```sh sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /