Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
Update reference to macOS SDK extraction instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Dec 19, 2020
1 parent a706cc6 commit 1381c21
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 60 deletions.
16 changes: 12 additions & 4 deletions gitian-building.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ Non-Debian / Ubuntu, Manual and Offline Building
------------------------------------------------
The instructions below use the automated script [gitian-build.py](https://github.com/bitcoin/bitcoin/blob/master/contrib/gitian-build.py) which only works in Debian/Ubuntu. For manual steps and instructions for fully offline signing, see [this guide](./gitian-building/gitian-building-manual.md).

MacOS code signing
------------------
In order to sign builds for macOS, you need to download the free SDK and extract a file. The steps are described [here](./gitian-building/gitian-building-mac-os-sdk.md). Alternatively, you can skip the macOS build by adding `--os=lw` below.

Initial Gitian Setup
--------------------
The `gitian-build.py` script will checkout different release tags, so it's best to copy it:
Expand All @@ -76,6 +72,18 @@ git remote add $NAME [email protected]:$NAME/gitian.sigs.git

Where `satoshi` is your GitHub name.

macOS code signing
------------------
In order to sign builds for macOS, you need to download the free SDK and extract a file.
The steps are described [here](https://github.com/bitcoin/bitcoin/blob/master/contrib/macdeploy/README.md#sdk-extraction).
Copy the extracted SDK file into the `gitian-builder/inputs` directory:
```bash
mkdir -p gitian-builder/inputs
cp 'path/to/extracted-SDK-file' gitian-builder/inputs
```

Alternatively, you can skip the macOS build by adding `--os=lw` below.

Build binaries
-----------------------------
Windows and macOS have code signed binaries, but those won't be available until a few developers have gitian signed the non-codesigned binaries.
Expand Down
56 changes: 0 additions & 56 deletions gitian-building/gitian-building-mac-os-sdk.md

This file was deleted.

0 comments on commit 1381c21

Please sign in to comment.