From df39944b9310a5bcacb7effdae7f78fd32b510d6 Mon Sep 17 00:00:00 2001 From: Josh Friend Date: Wed, 10 Oct 2018 16:41:28 -0400 Subject: [PATCH] Mojave needs additional header install step --- Home.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Home.md b/Home.md index 32c151e..f299cad 100644 --- a/Home.md +++ b/Home.md @@ -33,6 +33,12 @@ environment. ```sh # optional, but recommended: brew install openssl readline sqlite3 xz zlib +``` + + 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): + +```sh +sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target / ``` * **Ubuntu/Debian/Mint:**