build|gitian: Install cmake for macos cross-compilation builds

native_libtapi requires cmake
This commit is contained in:
UdjinM6 2021-09-06 02:49:35 +03:00
parent b88f7ed20f
commit 779d1f53e1
No known key found for this signature in database
GPG Key ID: 83592BD1400D58D9
2 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ packages:
- "python3-setuptools"
- "fonts-tuffy"
- "ccache"
- "cmake"
remotes:
- "url": "https://github.com/dashpay/dash.git"
"dir": "dash"

View File

@ -11,7 +11,7 @@ MacOSX Cross-compilation
Cross-compiling to MacOSX requires a few additional packages to be installed:
```bash
$ sudo apt-get install python3-setuptools libcap-dev zlib1g-dev libbz2-dev
$ sudo apt-get install python3-setuptools libcap-dev zlib1g-dev libbz2-dev cmake
```
Additionally, the Mac OSX SDK must be downloaded and extracted manually: