1,502
edits
m (Spacing) |
(Updated and simplified instructions, added a link to precompiled libraries to ease the process) |
||
Line 8: | Line 8: | ||
=== Visual Studio 2005 === | === Visual Studio 2005 === | ||
There exist several versions of Visual Studio 2005. A feature comparison can be found here | There exist several versions of Visual Studio 2005. A feature comparison can be found | ||
[http://msdn.microsoft.com/vstudio/products/compare/default.aspx here] | |||
http://msdn.microsoft.com/vstudio/ | You can obtain the free Express version of VS2005 [http://msdn.microsoft.com/vstudio/express/default.aspx here] | ||
=== Precompiled libraries === | |||
To ease the whole process, a package of all the needed precompiled libraries has been created. | |||
http:// | All you need to do is: | ||
* [http://www.freefilehoster.com/uploads/1176748510vs2005_libs.zip Download the precompiled libraries] | |||
* Unzip the archive maintaining directory structure | |||
* Run install.bat ('''NOTE''': this installer has only been tested with Visual Studio 2005. If you get errors with earlier versions, simply copy the directories ''bin'', ''lib'' and ''include'' inside the corresponding folders in the directory where Visual C++ is installed) | |||
* You don't need to add the libraries to Visual Studio, as the installer automatically copies the necessary files in the appropriate directories of Visual Studio | |||
* Skip to step [[Compiling_ScummVM/VS2005#Before_compiling|Before compiling]] | |||
edits