aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorwoodser <13068859+woodser@users.noreply.github.com>2025-08-10 09:17:14 -0400
committerwoodser <13068859+woodser@users.noreply.github.com>2025-08-10 09:17:14 -0400
commitf54edc4da1b8fc137f588cd7a81c3bee96a27186 (patch)
treed4cf9db61fa35e0657b82e954796dc3a3cff3fa6 /README.md
parent2987b720069489cfc24d8d9ffc06ff017ffcb4d4 (diff)
downloadmonzero-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.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4ec6602be..428cfce6f 100644
--- a/README.md
+++ b/README.md
@@ -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.