Open main menu

Difference between revisions of "Compiling ScummVM/Visual Studio"

→‎Visual Studio: No need to mention pre-2008 MSVC since the project moved to C++11; it also appears that MSVC 2015 is our current minimum (from recent Discord talks from sluicebox)
(Fix SDL releases link and change scummvm libs download to https url)
(→‎Visual Studio: No need to mention pre-2008 MSVC since the project moved to C++11; it also appears that MSVC 2015 is our current minimum (from recent Discord talks from sluicebox))
Line 9: Line 9:
When installing Visual Studio 2017 or later, make sure to select the "Desktop Development with C++" workload.
When installing Visual Studio 2017 or later, make sure to select the "Desktop Development with C++" workload.


Building ScummVM with Visual Studio versions older than 2008 will require additional work which is not described here.
Building ScummVM with Visual Studio versions older than 2015 is not supported anymore.


=== Needed Libraries ===
=== Needed Libraries ===
149

edits