aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl
diff options
context:
space:
mode:
authorrsn88872019-05-24 12:14:45 -0500
committerrsn88872019-05-24 12:14:45 -0500
commita6d7c6c02aa697655a7ba11983beeef90863de35 (patch)
treefab14cc2ba100d352ac2208fa111d3d8239998e6 /backends/platform/sdl
parentafc9182e5b5beffd7f4dc64c4f7ffbd4c15c22db (diff)
downloadscummvm-rg350-a6d7c6c02aa697655a7ba11983beeef90863de35.tar.gz
scummvm-rg350-a6d7c6c02aa697655a7ba11983beeef90863de35.tar.bz2
scummvm-rg350-a6d7c6c02aa697655a7ba11983beeef90863de35.zip
SWITCH: Update build instructions in readme.switch
Diffstat (limited to 'backends/platform/sdl')
-rw-r--r--backends/platform/sdl/switch/README.SWITCH16
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