mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
build|gitian: Install cmake for macos cross-compilation builds
native_libtapi requires cmake
This commit is contained in:
parent
b88f7ed20f
commit
779d1f53e1
@ -27,6 +27,7 @@ packages:
|
||||
- "python3-setuptools"
|
||||
- "fonts-tuffy"
|
||||
- "ccache"
|
||||
- "cmake"
|
||||
remotes:
|
||||
- "url": "https://github.com/dashpay/dash.git"
|
||||
"dir": "dash"
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user