bitcoin-core / docs

External documentation related to Bitcoin Core

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gitian: simplified OSX instructions

Sjors opened this issue · comments

E.g. assuming a Debian VM.

See here for ingredients to distill simplified OSX instructions from.

On the host machine, register for a free Apple developer account, then download the SDK here.

Reuse [ Using Mac OS X, you can mount the dmg ... the extraction succeeded], replacing "You may wish to" with specific commands:

diskutil unmount /Volumes/Xcode
rm MacOSX10.11.sdk.tar.gz Xcode_7.3.1.dmg

Explain how to copy to VM, e.g. scp MacOSX10.11.sdk.tar.gz gitian:

Explain where to put it:

mkdir gitian-builder/inputs
mv MacOSX10.11.sdk.tar.gz gitian-builder/inputs

Is version 7.3.1 special or should we keep that up to date?

Fixed via #25.