diff options
author | rsn8887 | 2019-05-24 12:14:45 -0500 |
---|---|---|
committer | rsn8887 | 2019-05-24 12:14:45 -0500 |
commit | a6d7c6c02aa697655a7ba11983beeef90863de35 (patch) | |
tree | fab14cc2ba100d352ac2208fa111d3d8239998e6 /backends | |
parent | afc9182e5b5beffd7f4dc64c4f7ffbd4c15c22db (diff) | |
download | scummvm-rg350-a6d7c6c02aa697655a7ba11983beeef90863de35.tar.gz scummvm-rg350-a6d7c6c02aa697655a7ba11983beeef90863de35.tar.bz2 scummvm-rg350-a6d7c6c02aa697655a7ba11983beeef90863de35.zip |
SWITCH: Update build instructions in readme.switch
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/sdl/switch/README.SWITCH | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/backends/platform/sdl/switch/README.SWITCH b/backends/platform/sdl/switch/README.SWITCH index fb9bd78639..fc49130623 100644 --- a/backends/platform/sdl/switch/README.SWITCH +++ b/backends/platform/sdl/switch/README.SWITCH @@ -24,7 +24,21 @@ To build ScummVM for Switch: - Install libraries via ``` -sudo dkp-pacman -S switch-portlibs +sudo dkp-pacman -S \ +switch-sdl2 \ +switch-libmad \ +switch-libogg \ +switch-libvorbis \ +switch-flac \ +switch-libtheora \ +switch-libpng \ +switch-libjpeg-turbo \ +switch-zlib \ +switch-freetype \ +switch-sdl2_net \ +switch-curl \ +switch-libtimidity \ +switch-pkg-config ``` - Create a subdirectory somewhere outside the source folder for your ScummVM build and cd into it |