Updated Building for macOS (markdown)

Admiral H. Curtiss 2023-04-01 01:23:23 +02:00
parent 544347e71f
commit ac1a1e4dda
1 changed files with 2 additions and 2 deletions

@ -39,10 +39,10 @@ git clone https://github.com/dolphin-emu/dolphin ~/dolphin-emu
cd ~/dolphin-emu
```
Pull the git submodules (required for mGBA integration)
Pull the git submodules
```bash
git submodule update --init
git submodule update --init --recursive
```
Download and install [CMake](https://cmake.org/download/) if you don't have it.