Updated compiling_windows (markdown)

Juan Linietsky 2015-06-14 18:02:57 -03:00
parent be8f54e75a
commit 2ea40d6f3c

@ -27,6 +27,15 @@ For most projects, using only scripting is enough but when development in C++ is
C:\path_to_sdk\vcvarsall.bat && scons bin/godot_win.exe
```
**NOTE:** It seems the latest visual studio does not include a desktop command prompt (No, Native tools for x86 is not it). The only way to build it seems to be by running:
```
"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" && c:\python27\scons p=windows
```
(or however your VS and Scons are installed)
# Cross Compiling
If you are a Linux or Mac user, you need to install mingw32 and mingw-w64. Under Ubuntu or Debian, just run the following commands:
@ -92,4 +101,4 @@ You don't even need to copy them, you can just reference the resulting files in
(c) Juan Linietsky, Ariel Manzur, Distributed under the terms of the [CC By](https://creativecommons.org/licenses/by/3.0/legalcode) license.
(c) Juan Linietsky, Ariel Manzur, Distributed under the terms of the [CC By](https://creativecommons.org/licenses/by/3.0/legalcode) license.