Note macOS and Xcode version requirements.

This commit is contained in:
squidbus 2024-09-02 23:19:22 -07:00
parent 3cb16d9c4f
commit bf7a91b5f7
2 changed files with 5 additions and 1 deletions

View File

@ -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
<details>

View File

@ -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.