Add submodule update

Matías Locatti 2022-11-12 02:48:04 -03:00
parent 94c367300d
commit 38e606384c
1 changed files with 1 additions and 0 deletions

@ -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` - 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 cmake .. -GNinja -DCMAKE_C_COMPILER=gcc-11 -DCMAKE_CXX_COMPILER=g++-11
``` ```