Installation windows Python x86-32 minGW
Revision as of 18:55, 19 June 2013 by Troels Emtekær Linnet (talk | contribs)
How-to
Download mingw-get-inst, and run it.
- Install to: C:\MinGW
- Take all options when installing
It`ll use mingw compiler with msvc options in this case. Will not it?
I think we have to use
env = Environment(tools = ['default','mingw'])
instead.
env = Environment(tools = ['mingw'])