Updated Windows Build (markdown)

Yuri Kunde Schlesner 2016-03-02 20:29:52 -08:00
parent 8f4dcc49ca
commit d91340e6a1

@ -1,7 +1,7 @@
### Minimal Dependencies
On Windows, all library dependencies are automatically included within the "externals" folder or can be downloaded on-demand. To build Citra, you simply need to install:
* **[Visual Studio 2015 Community](https://www.visualstudio.com/products/visual-studio-community-vs)**.
* **[Visual Studio 2015 Community](https://www.visualstudio.com/products/visual-studio-community-vs)** - **Make sure to select C++ support in the installer**.
* **[CMake](http://www.cmake.org/cmake/resources/software.html)** - Used to generate Visual Studio project files.
![2](http://i.imgur.com/JEabR4V.png?2)
* **Git** - We recommend [msysgit](http://msysgit.github.io/).