diff options
author | Howard Chu <hyc@symas.com> | 2022-05-05 16:29:11 +0100 |
---|---|---|
committer | Howard Chu <hyc@symas.com> | 2022-05-09 17:38:48 +0100 |
commit | 7ea1e214c5db6c48e405f8bb3ede8f5ec9b876db (patch) | |
tree | f0d36df5c5295c83ec6489910f6447743f1a7c21 /contrib/gitian/README.md | |
parent | Silence some protobuf link warnings (diff) | |
download | monero-7ea1e214c5db6c48e405f8bb3ede8f5ec9b876db.tar.xz |
Make Mac SDK into a regular depends package
Diffstat (limited to 'contrib/gitian/README.md')
-rw-r--r-- | contrib/gitian/README.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/contrib/gitian/README.md b/contrib/gitian/README.md index c922a2373..5590acf17 100644 --- a/contrib/gitian/README.md +++ b/contrib/gitian/README.md @@ -165,15 +165,6 @@ popd Build the binaries ------------------ -**Note:** if you intend to build MacOS binaries, please follow [these instructions](https://github.com/bitcoin-core/docs/blob/master/gitian-building/gitian-building-mac-os-sdk.md) to get the required SDK. - -Currently working MacOS solution: - -```bash -curl -O https://bitcoincore.org/depends-sources/sdks/MacOSX10.11.sdk.tar.gz -mv MacOSX10.11.sdk.tar.gz builder/inputs -``` - To build the most recent tag (pass in `--docker` if using docker): ```bash |