mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-23 11:00:09 +00:00
Updated Building for macOS (markdown)
parent
bae18efc78
commit
fb9e095b43
@ -1,19 +1,21 @@
|
|||||||
**Note: Mac OS is no longer supported due to Apple deprecating OpenGL and their current version not supporting the OpenGL extensions we require.**
|
# **MacOS is no longer supported due to Apple deprecating OpenGL and their current version not supporting the OpenGL extensions we require.**
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
It's recommended that you use [Homebrew](http://brew.sh/) to install dependencies.
|
It's recommended that you use [Homebrew](https://brew.sh) to install dependencies.
|
||||||
You'll need to download and install the following to build yuzu:
|
You'll need to download and install the following to build yuzu:
|
||||||
|
|
||||||
* [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/) (`brew install pkgconfig`)
|
* [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/) - `brew install pkgconfig`
|
||||||
* [SDL2](https://www.libsdl.org/download-2.0.php) (`brew install sdl2`)
|
* [SDL2](https://www.libsdl.org/download-2.0.php) - `brew install sdl2`
|
||||||
* [Qt5](https://www.qt.io/download/) (`brew install qt5`) (**Note:** If you have Qt4 installed, then you will need to remove it before building. `brew unlink qt4`)
|
* [Qt5](https://www.qt.io/download/) - `brew install qt5`
|
||||||
* [CMake](https://cmake.org/) (`brew install cmake`)
|
* If you have Qt4 installed, then you will need to remove it before building: `brew unlink qt4`
|
||||||
|
* [CMake](https://cmake.org/) - `brew install cmake`
|
||||||
* A recent version of Xcode and the Xcode command line tools
|
* A recent version of Xcode and the Xcode command line tools
|
||||||
|
|
||||||
### Cloning yuzu with Git
|
### Cloning yuzu with Git
|
||||||
|
|
||||||
**Master:**
|
**Master:**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone --recursive https://github.com/yuzu-emu/yuzu
|
git clone --recursive https://github.com/yuzu-emu/yuzu
|
||||||
cd yuzu
|
cd yuzu
|
||||||
@ -21,6 +23,7 @@ git submodule update --init --recursive
|
|||||||
```
|
```
|
||||||
|
|
||||||
**Mainline (no assert):**
|
**Mainline (no assert):**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone --recursive https://github.com/yuzu-emu/yuzu-mainline
|
git clone --recursive https://github.com/yuzu-emu/yuzu-mainline
|
||||||
cd yuzu-mainline
|
cd yuzu-mainline
|
||||||
|
Loading…
Reference in New Issue
Block a user