This repository has been archived by the owner on Nov 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update reference to macOS SDK extraction instructions
- Loading branch information
Showing
2 changed files
with
12 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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. | ||
|
This file was deleted.
Oops, something went wrong.