Difference between revisions of "Nintendo Switch"

Jump to navigation Jump to search
257 bytes removed ,  14:34, 24 May 2019
no edit summary
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 devkitA64 for Switch (https://switchbrew.org/wiki/Setting_up_Development_Environment)
* Install the development tools for Switch following the official instructions (https://devkitpro.org/wiki/Getting_Started)
 
* Ensure your $DEVKITPRO variable is set via
<syntaxhighlight lang="bash">
export DEVKITPRO="/opt/devkitpro"`
</syntaxhighlight>
 
* Ensure devkitPro binaries are in your path via
<syntaxhighlight lang="bash">
export PATH="$DEVKITA64/bin:$DEVKITPRO/tools/bin:$PATH"
</syntaxhighlight>


* Install libraries via
* Install libraries via
224

edits

Navigation menu