From 38e606384c6db27ba6d096ee93d1d76f3c0f46f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=ADas=20Locatti?= <42481638+goldenx86@users.noreply.github.com> Date: Sat, 12 Nov 2022 02:48:04 -0300 Subject: [PATCH] Add submodule update --- Building-for-Linux.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 89351f3..c5aec67 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -46,6 +46,7 @@ Dependencies are listed here as commands that can be copied/pasted. Of course, t - Users need to manually disable building SDL2 from externals if they intend to use the version provided by their system by adding the parameters `-DYUZU_USE_EXTERNAL_SDL2=OFF` ``` +git submodule update --init --recursive cmake .. -GNinja -DCMAKE_C_COMPILER=gcc-11 -DCMAKE_CXX_COMPILER=g++-11 ```