Difference between revisions of "Compiling ScummVM/Switch"

Jump to navigation Jump to search
no edit summary
 
Line 17: Line 17:
sudo dkp-pacman -Sy
sudo dkp-pacman -Sy
sudo dkp-pacman -S \
sudo dkp-pacman -S \
switch-sdl2 \
    switch-sdl2 \
switch-libmad \
    switch-libmad \
switch-libogg \
    switch-libogg \
switch-libvorbis \
    switch-libvorbis \
switch-flac \
    switch-flac \
switch-libtheora \
    switch-libtheora \
switch-libpng \
    switch-libpng \
switch-libjpeg-turbo \
    switch-libjpeg-turbo \
switch-zlib \
    switch-zlib \
switch-freetype \
    switch-freetype \
switch-sdl2_net \
    switch-sdl2_net \
switch-curl \
    switch-curl \
switch-libtimidity \
    switch-giflib \
switch-pkg-config
    switch-libfribidi \
    switch-pkg-config
</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


* Execute the command (once a curl-config script exists for devkitA64, the --disable-libcurl could be omitted)
* Execute the command
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
../scummvm/configure --host=switch --disable-libcurl
../scummvm/configure --host=switch
</syntaxhighlight>
</syntaxhighlight>


213

edits

Navigation menu