224
edits
Line 77: | Line 77: | ||
* Install the development tools for Switch following the official instructions (https://devkitpro.org/wiki/Getting_Started) | * Install the development tools for Switch following the official instructions (https://devkitpro.org/wiki/Getting_Started) | ||
* | * Update package database and install libraries (see [https://www.scummvm.org/downloads/#libs here] for an updated list) | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
sudo dkp-pacman -Sy | |||
sudo dkp-pacman -S \ | sudo dkp-pacman -S \ | ||
switch-sdl2 \ | switch-sdl2 \ |
edits