Open main menu

Difference between revisions of "Compiling ScummVM/Visual Studio"

Simplify instructions
(Simplify instructions)
(Simplify instructions)
Line 17: Line 17:


These libraries have been built on Windows 8.1 using the Visual Studio 2015 Community Edition.
These libraries have been built on Windows 8.1 using the Visual Studio 2015 Community Edition.
If you want to build libraries for use with Visual Studio yourself, please refer to the [[Compiling_ScummVM/Visual_Studio/Compiling_Libraries|instructions for compiling the libraries yourself]].


=== Installing Libraries ===
=== Installing Libraries ===
Line 22: Line 24:
* Unzip the library zip to a directory of your choice, for example "C:\Users\YourUsername\Documents\scummvm_libs_2015".
* Unzip the library zip to a directory of your choice, for example "C:\Users\YourUsername\Documents\scummvm_libs_2015".
* Go to Start Menu > Control Panel > System > Advanced Settings > Environment Variables and add a new variable "SCUMMVM_LIBS" with a value of the path you extracted the zip in. It is important that you do point the variable to the folder containing the "bin", "include", and "lib" directories.
* Go to Start Menu > Control Panel > System > Advanced Settings > Environment Variables and add a new variable "SCUMMVM_LIBS" with a value of the path you extracted the zip in. It is important that you do point the variable to the folder containing the "bin", "include", and "lib" directories.
=== Manually Building Libraries ===
If you want to build libraries for use with Visual Studio yourself, please refer to the [[Compiling_ScummVM/Visual_Studio/Compiling_Libraries|instructions for compiling the libraries yourself]].


== Preparing the Project Files ==
== Preparing the Project Files ==
1,489

edits