[Scummvm-git-logs] scummvm master -> a6d7c6c02aa697655a7ba11983beeef90863de35

rsn8887 rsn8887 at users.noreply.github.com
Fri May 24 19:15:17 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
a6d7c6c02a SWITCH: Update build instructions in readme.switch


Commit: a6d7c6c02aa697655a7ba11983beeef90863de35
    https://github.com/scummvm/scummvm/commit/a6d7c6c02aa697655a7ba11983beeef90863de35
Author: rsn8887 (rsn8887 at users.noreply.github.com)
Date: 2019-05-24T12:14:45-05:00

Commit Message:
SWITCH: Update build instructions in readme.switch

Changed paths:
    backends/platform/sdl/switch/README.SWITCH


diff --git a/backends/platform/sdl/switch/README.SWITCH b/backends/platform/sdl/switch/README.SWITCH
index fb9bd78..fc49130 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





More information about the Scummvm-git-logs mailing list