aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/switch
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/sdl/switch')
-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