From f54edc4da1b8fc137f588cd7a81c3bee96a27186 Mon Sep 17 00:00:00 2001 From: woodser <13068859+woodser@users.noreply.github.com> Date: Sun, 10 Aug 2025 09:17:14 -0400 Subject: [PATCH] add depends command for Apple Silicon macOS binaries --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.