Open main menu

Difference between revisions of "Compiling ScummVM/GCC"

Add instructions for compiling on Arch Linux and its derivatives.
(Update SDL dependency to SDL2, now that it is the default for builds)
(Add instructions for compiling on Arch Linux and its derivatives.)
Line 19: Line 19:
<source lang="bash">
<source lang="bash">
yum install gcc-c++ make SDL-devel libjpeg-turbo-devel libmpeg2-devel libogg-devel libvorbis-devel flac-devel libmad-devel libpng-devel libtheora-devel faad2-devel freetype-devel zlib-devel
yum install gcc-c++ make SDL-devel libjpeg-turbo-devel libmpeg2-devel libogg-devel libvorbis-devel flac-devel libmad-devel libpng-devel libtheora-devel faad2-devel freetype-devel zlib-devel
</source>
===Arch Linux and derivatives (like Manjaro)===
The following command installs the compiler toolchain and all the needed libraries:
<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
</source>
</source>


329

edits