Difference between revisions of "Compiling ScummVM/Visual Studio"

Jump to navigation Jump to search
(Update compiling for Visual Studio with 2015 and new lib zips)
m (Added extra sub-section header in instructions)
Line 19: Line 19:
* Download for Visual Studio [http://sourceforge.net/projects/scummvm/files/build/scummvm_libs_2013.zip/download 2013] and earlier.
* Download for Visual Studio [http://sourceforge.net/projects/scummvm/files/build/scummvm_libs_2013.zip/download 2013] and earlier.


=== Installing Libraries & Compiling ===
Follow these steps to install the libraries on your system:
Follow these steps to install the libraries on your system:
* Unzip the library zip file you downloaded into a folder on your system where it can permanently stay. For example, you could use "c:\Program Files (x86)\scummvm_libs".
* Unzip the library zip file you downloaded into a folder on your system where it can permanently stay. For example, you could use "c:\Program Files (x86)\scummvm_libs".
Line 31: Line 32:
That should be all that's required. The rest of this document has various instructions that may be helpful if you want to compile your own versions of the libraries, or if you really want to use an older version of Visual Studio.
That should be all that's required. The rest of this document has various instructions that may be helpful if you want to compile your own versions of the libraries, or if you really want to use an older version of Visual Studio.


=== Manually Installing Libraries ===
== Manually Installing Libraries ==
If you feel like getting the various packages separately and compiling them yourself; following is some older instructions on getting the libraries individually:
If you feel like getting the various packages separately and compiling them yourself; following is some older instructions on getting the libraries individually: