Open main menu

Difference between revisions of "Nintendo Switch"

326 bytes added ,  16:57, 24 May 2019
no edit summary
Line 79: Line 79:
* Install libraries via
* Install libraries via
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
sudo dkp-pacman -S switch-portlibs
sudo dkp-pacman -S switch-sdl2
sudo dkp-pacman -S switch-libmad
sudo dkp-pacman -S switch-libogg
sudo dkp-pacman -S switch-libvorbis
sudo dkp-pacman -S switch-flac
sudo dkp-pacman -S switch-libtheora
sudo dkp-pacman -S switch-mpg123
sudo dkp-pacman -S switch-libpng
sudo dkp-pacman -S switch-libjpeg-turbo
sudo dkp-pacman -S switch-zlib
sudo dkp-pacman -S switch-freetype
sudo dkp-pacman -S switch-sdl2_net
sudo dkp-pacman -S switch-curl
</syntaxhighlight>
</syntaxhighlight>
(or just `pacman -S switch-portlibs` if your system already includes pacman)


* Create a subdirectory somewhere outside the source folder for your ScummVM build and cd into it
* Create a subdirectory somewhere outside the source folder for your ScummVM build and cd into it
224

edits