mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-27 16:58:24 +00:00
Note macOS and Xcode version requirements.
This commit is contained in:
parent
3cb16d9c4f
commit
bf7a91b5f7
|
@ -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).
|
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
|
## Building status
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
|
|
@ -7,7 +7,9 @@ SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
### Install the necessary tools to build shadPS4:
|
### 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.
|
On an ARM system, we will need the native ARM Homebrew to install tools and x86_64 Homebrew to install libraries.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue