diff options
| author | woodser <13068859+woodser@users.noreply.github.com> | 2025-08-10 09:17:14 -0400 |
|---|---|---|
| committer | woodser <13068859+woodser@users.noreply.github.com> | 2025-08-10 09:17:14 -0400 |
| commit | f54edc4da1b8fc137f588cd7a81c3bee96a27186 (patch) | |
| tree | d4cf9db61fa35e0657b82e954796dc3a3cff3fa6 /README.md | |
| parent | 2987b720069489cfc24d8d9ffc06ff017ffcb4d4 (diff) | |
| download | monzero-core-f54edc4da1b8fc137f588cd7a81c3bee96a27186.tar.gz monzero-core-f54edc4da1b8fc137f588cd7a81c3bee96a27186.tar.xz monzero-core-f54edc4da1b8fc137f588cd7a81c3bee96a27186.zip | |
add depends command for Apple Silicon macOS binaries
Diffstat (limited to 'README.md')
| -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. |
