From bf7a91b5f7380ce1da4b218187fa3ab74653fac0 Mon Sep 17 00:00:00 2001 From: squidbus <175574877+squidbus@users.noreply.github.com> Date: Mon, 2 Sep 2024 23:19:22 -0700 Subject: [PATCH] Note macOS and Xcode version requirements. --- README.md | 2 ++ documents/building-macos.md | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f600a0b9..ea70b7a6 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,8 @@ Check the build instructions for [**Linux**](https://github.com/shadps4-emu/shad Check the build instructions for [**macOS**](https://github.com/shadps4-emu/shadPS4/blob/main/documents/building-macos.md). +Note that macOS users need at least macOS 15 on an Apple Silicon Mac, or at least macOS 11 on an Intel Mac. + ## Building status
diff --git a/documents/building-macos.md b/documents/building-macos.md index 7a61f08e..d8cc414e 100644 --- a/documents/building-macos.md +++ b/documents/building-macos.md @@ -7,7 +7,9 @@ SPDX-License-Identifier: GPL-2.0-or-later ### Install the necessary tools to build shadPS4: -For installing tools and library dependencies we will be using [Homebrew](https://brew.sh/). +First, make sure you have **Xcode 16.0 or newer** installed. + +For installing other tools and library dependencies we will be using [Homebrew](https://brew.sh/). On an ARM system, we will need the native ARM Homebrew to install tools and x86_64 Homebrew to install libraries.