Updated Building for macOS (markdown)

Hexagon12 2019-10-19 19:08:33 +03:00
parent 5f9c409aae
commit 6c4d0ae4dd
1 changed files with 8 additions and 0 deletions

@ -13,12 +13,20 @@ You'll need to download and install the following to build yuzu:
### Cloning yuzu with Git
**Master:**
```bash
git clone --recursive https://github.com/yuzu-emu/yuzu
cd yuzu
git submodule update --init --recursive
```
**Mainline (no assert):**
```bash
git clone --recursive https://github.com/yuzu-emu/yuzu-mainline
cd yuzu-mainline
git submodule update --init --recursive
```
### Using CMake
First of all, you have to tell CMake where Qt5 is installed (add this line to ~/.profile if you want to make this permanent):