@ -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
It's recommended that you use [Homebrew ](http ://brew.sh/ ) to install dependencies.
It's recommended that you use [Homebrew ](http s ://brew.sh) to install dependencies.
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`)
* [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` )
* [CMake ](https://cmake.org/ ) (`brew install cmake`)
* [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`
* [Qt5 ](https://www.qt.io/download/ ) - `brew install qt5`
* 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
### Cloning yuzu with Git
**Master:**
```bash
git clone --recursive https://github.com/yuzu-emu/yuzu
cd yuzu
@ -21,6 +23,7 @@ git submodule update --init --recursive
```
**Mainline (no assert):**
```bash
git clone --recursive https://github.com/yuzu-emu/yuzu-mainline
cd yuzu-mainline