cmake: Require zip only for deploy target

This commit is contained in:
Hennadii Stepanov
2025-03-13 11:22:30 +00:00
parent 0aeff29951
commit 1f9b2e150c
2 changed files with 17 additions and 11 deletions

View File

@ -141,7 +141,7 @@ brew install python
#### Deploy Dependencies
You can [deploy](#3-deploy-optional) a `.zip` containing the Bitcoin Core application.
It is required that you have `python` installed.
It is required that you have `python` and `zip` installed.
## Building Bitcoin Core