From a9da32b4a3d839e8c2e6a1570ef9fcb808ff5dc9 Mon Sep 17 00:00:00 2001 From: cobalt2727 <60624944+cobalt2727@users.noreply.github.com> Date: Tue, 26 Jul 2022 08:44:15 -0400 Subject: [PATCH] add zlib-ng submodule --- Building-for-Linux.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index e3eb785..d70e507 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -24,9 +24,12 @@ crew install git cmake qtbase ffmpeg libfmt pugixml ## Checkout Dolphin 1. `git clone https://github.com/dolphin-emu/dolphin` 2. `cd dolphin` -3. `git submodule update --init Externals/mGBA` (as of July 2021, Dolphin integrates mGBA, this step is needed to pull it into the build) -4. `git submodule update --init Externals/spirv_cross` -5. `git pull --recurse-submodules` + +## Add necessary submodules +1. `git submodule update --init Externals/mGBA` +2. `git submodule update --init Externals/spirv_cross` +3. `git submodule update --init Externals/zlib-ng` +4. `git pull --recurse-submodules` ## Building ### Global Build (if unsure, use this option)