1,502
edits
m (→Debian-based distributions: libjpeg-turbo8-dev is gone) |
(Use the source tag for bash commands) |
||
Line 4: | Line 4: | ||
===Debian-based distributions=== | ===Debian-based distributions=== | ||
The following should install all the needed libraries: | The following should install all the needed libraries: | ||
<source lang="bash"> | |||
apt-get install g++ make libsdl1.2-dev libjpeg62-turbo-dev libmpeg2-4-dev libogg-dev libvorbis-dev libflac-dev libmad0-dev libpng-dev libtheora-dev libfaad-dev libfluidsynth-dev libfreetype6-dev zlib1g-dev | |||
</source> | |||
For Ubuntu, you can also obtain libunity: | For Ubuntu, you can also obtain libunity: | ||
<source lang="bash"> | |||
apt-get install libunity-dev | |||
</source> | |||
===RPM-based distributions=== | ===RPM-based distributions=== | ||
The following should install all the needed libraries (apart from fluidsynth): | The following should install all the needed libraries (apart from fluidsynth): | ||
<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 | |||
</source> | |||
== Configuring ScummVM == | == Configuring ScummVM == |
edits