From 7ebf01bcff7f1531de47e51ff3b0a1fccf5de83a Mon Sep 17 00:00:00 2001 From: warbot Date: Mon, 8 Jan 2018 23:17:33 +0200 Subject: [PATCH] submodule update --- Building-for-macOS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Building-for-macOS.md b/Building-for-macOS.md index 26761bd..297aa84 100644 --- a/Building-for-macOS.md +++ b/Building-for-macOS.md @@ -14,6 +14,7 @@ You'll need to download and install the following to build Citra: ``` git clone --recursive https://github.com/citra-emu/citra cd citra +git submodule update --init --recursive ``` ### Using CMake: