diff options
| author | tobtoht <tob@featherwallet.org> | 2025-08-21 16:23:24 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2025-08-21 16:23:24 +0000 |
| commit | eb39d64e40a9881c18c93db2bff32f721feda0d3 (patch) | |
| tree | d4cf9db61fa35e0657b82e954796dc3a3cff3fa6 | |
| parent | 2987b720069489cfc24d8d9ffc06ff017ffcb4d4 (diff) | |
| parent | f54edc4da1b8fc137f588cd7a81c3bee96a27186 (diff) | |
| download | monzero-core-eb39d64e40a9881c18c93db2bff32f721feda0d3.tar.gz monzero-core-eb39d64e40a9881c18c93db2bff32f721feda0d3.tar.xz monzero-core-eb39d64e40a9881c18c93db2bff32f721feda0d3.zip | |
Merge pull request #10031
f54edc4 add depends command for Apple Silicon macOS binaries (woodser)
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -564,6 +564,8 @@ You can also cross-compile static binaries on Linux for Windows and macOS with t * Requires: `python3 g++-mingw-w64-x86-64 wine1.6 bc` * ```make depends target=x86_64-apple-darwin11``` for macOS binaries. * Requires: `cmake imagemagick libcap-dev librsvg2-bin libz-dev libbz2-dev libtiff-tools python-dev` +* ```make depends target=aarch64-apple-darwin``` for Apple Silicon macOS binaries. + * Requires: `clang` * ```make depends target=i686-linux-gnu``` for 32-bit linux binaries. * Requires: `g++-multilib bc` * ```make depends target=i686-w64-mingw32``` for 32-bit windows binaries. |
