From 4308b0acbbd6f8f537731c641a6a25f9d5256a08 Mon Sep 17 00:00:00 2001 From: Maximilian Downey Twiss <64618338+Zopolis4@users.noreply.github.com> Date: Wed, 28 Sep 2022 19:07:45 +1000 Subject: [PATCH] Updated Building for Linux (markdown) --- Building-for-Linux.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index db0747e..5743db8 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -28,16 +28,9 @@ crew install xorg_nouveau_driver ``` ## Checkout Dolphin -1. `git clone https://github.com/dolphin-emu/dolphin` +1. `git clone --recursive https://github.com/dolphin-emu/dolphin` 2. `cd dolphin` -## 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 submodule update --init Externals/libspng` -5. `git pull --recurse-submodules` - ## Building ### Global Build (if unsure, use this option) ```bash