Updated compiling_windows (markdown)

Juan Linietsky 2015-06-14 18:11:26 -03:00
parent 08c2b832b3
commit d7666230a9

@ -2,7 +2,7 @@
For compiling under Windows, the following is requiered:
* [Visual C++](http://www.microsoft.com/visualstudio) Visual C++ or Visual C++ Express compiler.
* [Visual C++](http://www.microsoft.com/visualstudio) Visual C++ or Visual C++ Express compiler. **Make sure you get a version that can compile for C++, Desktop**.
* [Python 2.7+](http://www.python.org/getit/releases/2.7/) Python 2.7+ (3.0 is untested as of now). Using the 32-bits installer is recommended.
* [SCons](http://www.scons.org) SCons build system.