224
edits
Line 79: | Line 79: | ||
* Install libraries via | * Install libraries via | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
sudo dkp-pacman -S switch- | 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> | ||
* 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 |
edits