Difference between revisions of "Compiling ScummVM/GCC"

Jump to navigation Jump to search
Line 24: Line 24:
The following command installs the compiler toolchain and all the needed libraries:
The following command installs the compiler toolchain and all the needed libraries:
<source lang="bash">
<source lang="bash">
pacman -S base-devel git curl faad2 freetype2 flac fluidsynth libjpeg-turbo libogg libvorbis libmad libmpeg2 libtheora libpng nasm readline sdl2 sdl2_net zlib
pacman -S --needed base-devel git curl faad2 freetype2 flac fluidsynth libjpeg-turbo libogg libvorbis libmad libmpeg2 libtheora libpng nasm readline sdl2 sdl2_net zlib
</source>
</source>
Per default, some Arch based distributions like Manjaro and Antergos require the usage of "sudo" to gain root access.


== Configuring ScummVM ==
== Configuring ScummVM ==
329

edits

Navigation menu