1,502
edits
m (Compiling ScummVM GCC moved to Compiling ScummVM/GCC: using subpage instead) |
(Add the needed libraries for ScummVM, obtained via apt-get and yum) |
||
Line 1: | Line 1: | ||
== Compiling ScummVM with GCC under Linux == | == Compiling ScummVM with GCC under Linux == | ||
== | ==Installing the needed libraries via a package manager== | ||
=== | ===Debian-based distributions=== | ||
* | The following should install all the needed libraries: | ||
* apt-get install g++ make libsdl1.2-dev libjpeg-turbo8-dev libmpeg2-4-dev libogg-dev libvorbis-dev libflac-dev libmad0-dev libpng-dev libtheora-dev libfaad-dev libfluidsynth-dev libfreetype6-dev zlib1g-dev | |||
For Ubuntu, you can also obtain libunity: | |||
* apt-get install libunity-dev | |||
* | |||
===RPM-based distributions=== | |||
The following should install all the needed libraries (apart from fluidsynth): | |||
* 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 | |||
== Configuring ScummVM == | == Configuring ScummVM == | ||
Line 21: | Line 17: | ||
== Compiling ScummVM == | == Compiling ScummVM == | ||
run make | run "make clean" and then "make" | ||
== Installing ScummVM == | == Installing ScummVM == |
edits