271
edits
(→Compiling ScummVM: clarify CPU cores) |
Ccawley2011 (talk | contribs) m |
||
Line 2: | Line 2: | ||
==Installing the needed libraries via a package manager== | ==Installing the needed libraries via a package manager== | ||
=== | ===Ubuntu 16.04 or later=== | ||
The following should install all the needed libraries: | The following should install all the needed libraries: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
apt | apt install g++ make git nasm libsdl2-dev libsdl2-net-dev liba52-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 libfribidi-dev libgif-dev libglew-dev libcurl4-openssl-dev libgtk-3-dev libspeechd-dev libsndio-dev libunity-dev | ||
</syntaxhighlight> | </syntaxhighlight> | ||
===Other Debian-based distributions=== | |||
== | |||
The following should install all the needed libraries: | The following should install all the needed libraries: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
apt install g++ make git nasm libsdl2-dev libsdl2-net-dev liba52-dev | apt-get install g++ make git nasm libsdl2-dev libsdl2-net-dev liba52-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 libfribidi-dev libgif-dev libglew-dev libcurl4-openssl-dev libgtk-3-dev libspeechd-dev libsndio-dev | ||
</syntaxhighlight> | </syntaxhighlight> | ||
edits