224
edits
Line 75: | Line 75: | ||
* Obtain the ScummVM source code (https://github.com/scummvm/scummvm) | * Obtain the ScummVM source code (https://github.com/scummvm/scummvm) | ||
* Install | * Install devkitA64 for Switch (https://switchbrew.org/wiki/Setting_up_Development_Environment) | ||
* Ensure your $DEVKITPRO variable is set via | * Ensure your $DEVKITPRO variable is set via | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
export DEVKITPRO="/opt/devkitpro"` | export DEVKITPRO="/opt/devkitpro"` | ||
</syntaxhighlight> | </syntaxhighlight> | ||
edits