Open main menu

Difference between revisions of "Compiling ScummVM/Visual Studio"

m
(→‎libvorbis: update)
Line 105: Line 105:
=== libogg ===
=== libogg ===


Compile this first, as many other libraries need it. Go to the win32 directory and build the "libogg_static" solution of your MSVC version (which should be found in one of the sub-directories).
Compile this first, as many other libraries need it. Go to the win32 directory and build the "libogg_static" solution of your MSVC version (which should be found in one of the sub-directories). The solution should feature working x86 (Win32) and x64 (x64) targets by default, so you can compile either of those depending on whether you decide to build an x86 or x64 ScummVM.


=== libvorbis ===
=== libvorbis ===
561

edits