224
edits
Line 79: | Line 79: | ||
* Install libraries (see [https://www.scummvm.org/downloads/#libs here] for an updated list) | * Install libraries (see [https://www.scummvm.org/downloads/#libs here] for an updated list) | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
sudo dkp-pacman -S switch-sdl2 | sudo dkp-pacman -S \ | ||
switch-sdl2 \ | |||
switch-libmad \ | |||
switch-libogg \ | |||
switch-libvorbis \ | |||
switch-flac \ | |||
switch-libtheora \ | |||
switch-mpg123 \ | |||
switch-libpng \ | |||
switch-libjpeg-turbo \ | |||
switch-zlib \ | |||
switch-freetype \ | |||
switch-sdl2_net \ | |||
switch-curl | |||
</syntaxhighlight> | </syntaxhighlight> | ||
edits