Updated Windows Build (markdown)

sairathnavamsi 2015-04-07 05:18:22 -07:00
parent 896f9b988f
commit 12c06d422c

@ -4,7 +4,7 @@ On Windows, all light-weight dependencies are automatically included within the
* **[Visual Studio 2013 Community](http://www.visualstudio.com/en-us/news/vs2013-community-vs.aspx)**. * **[Visual Studio 2013 Community](http://www.visualstudio.com/en-us/news/vs2013-community-vs.aspx)**.
![1](http://i.imgur.com/dKwPHW8.png?1) ![1](http://i.imgur.com/dKwPHW8.png?1)
* **[CMake](http://www.cmake.org/cmake/resources/software.html)** - Used to generate Visual Studio project files. * **[CMake](http://www.cmake.org/cmake/resources/software.html)** - Used to generate Visual Studio project files.
![2](http://i.imgur.com/JEabR4V.png)?2 ![2](http://i.imgur.com/JEabR4V.png?1)
* **Git** - We recommend [msysgit](http://msysgit.github.io/). * **Git** - We recommend [msysgit](http://msysgit.github.io/).
![3](http://i.imgur.com/3LkRNEb.png?1) ![3](http://i.imgur.com/3LkRNEb.png?1)
* While installing Git Bash, you should tell it to include Git in your system path. (Choose the "Use Git from the Windows Command Prompt" option.) If you missed that, don't worry, you'll just have to manually tell CMake where your git.exe is, since it's used to include version info into the built executable. * While installing Git Bash, you should tell it to include Git in your system path. (Choose the "Use Git from the Windows Command Prompt" option.) If you missed that, don't worry, you'll just have to manually tell CMake where your git.exe is, since it's used to include version info into the built executable.