mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 18:22:57 +02:00
build: remove dmg dependencies
This commit is contained in:
committed by
Hennadii Stepanov
parent
33ae0bd1e4
commit
b5790c35f7
@@ -163,14 +163,8 @@ brew install python
|
||||
|
||||
#### Deploy Dependencies
|
||||
|
||||
You can deploy a `.dmg` containing the Bitcoin Core application using `make deploy`.
|
||||
This command depends on a couple of python packages, so it is required that you have `python` installed.
|
||||
|
||||
Ensuring that `python` is installed, you can install the deploy dependencies by running the following commands in your terminal:
|
||||
|
||||
``` bash
|
||||
pip3 install ds_store mac_alias
|
||||
```
|
||||
You can deploy a `.zip` containing the Bitcoin Core application using `make deploy`.
|
||||
It is required that you have `python` installed.
|
||||
|
||||
## Building Bitcoin Core
|
||||
|
||||
@@ -230,7 +224,7 @@ make check # Run tests if Python 3 is available
|
||||
|
||||
### 3. Deploy (optional)
|
||||
|
||||
You can also create a `.dmg` containing the `.app` bundle by running the following command:
|
||||
You can also create a `.zip` containing the `.app` bundle by running the following command:
|
||||
|
||||
``` bash
|
||||
make deploy
|
||||
|
||||
@@ -123,7 +123,7 @@ git -C ./guix.sigs pull
|
||||
### Create the macOS SDK tarball (first time, or when SDK version changes)
|
||||
|
||||
Create the macOS SDK tarball, see the [macdeploy
|
||||
instructions](/contrib/macdeploy/README.md#deterministic-macos-dmg-notes) for
|
||||
instructions](/contrib/macdeploy/README.md#deterministic-macos-app-notes) for
|
||||
details.
|
||||
|
||||
### Build and attest to build outputs
|
||||
|
||||
Reference in New Issue
Block a user