From 5b69004757cd440af395cf3a0085f05cf25a2870 Mon Sep 17 00:00:00 2001 From: Ray Engelking Date: Tue, 6 Mar 2018 21:26:07 -0500 Subject: [PATCH] Adding Mac OSX sdk instructions --- doc/gitian-building.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/gitian-building.md b/doc/gitian-building.md index 5ca8803cf..4525d2817 100755 --- a/doc/gitian-building.md +++ b/doc/gitian-building.md @@ -338,6 +338,13 @@ There will be a lot of warnings printed during the build of the image. These can **Note**: When sudo asks for a password, enter the password for the user *debian* not for *root*. +Special steps to build for Mac OSX +---------------------------------- +To comppile for the Mac OSX you will need to download the sdk from here: +https://github.com/phracker/MacOSX-SDKs/releases/download/10.13/MacOSX10.11.sdk.tar.xz + +Then it needs to go in the /home/debian/gitian-builder/inputs folder + Getting and building the inputs --------------------------------