From abc77fae60bb82804a5d4cf5e33fd0465326f09b Mon Sep 17 00:00:00 2001 From: Exverge Date: Sat, 23 Mar 2024 04:59:35 +0100 Subject: [PATCH] Add note about x86 homebrew (#10) --- Building-for-macOS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Building-for-macOS.md b/Building-for-macOS.md index 0407164..2156394 100644 --- a/Building-for-macOS.md +++ b/Building-for-macOS.md @@ -2,6 +2,7 @@ Please note this article is intended for development, and suyu on macOS is not c This article was written for developers. suyu support for macOS is not ready for casual use. --- +If you are compiling on Intel Mac or are using a Rosetta Homebrew installation, you must replace all references of `/opt/homebrew` to `/usr/local/homebrew`. Install dependencies from Homebrew: ```sh