Difference between revisions of "Compiling ScummVM/GCC"

Jump to navigation Jump to search
(Add instructions for building on FreeBSD)
m
Line 20: Line 20:
For cloud and lan features you also need the SDL2_net and curl libraries:
For cloud and lan features you also need the SDL2_net and curl libraries:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
apt install libsdl2-net-dev libcurl-openssl-dev
apt install libsdl2-net-dev libcurl4-openssl-dev
</syntaxhighlight>
</syntaxhighlight>