Difference between revisions of "Installation windows Python x86-32 minGW"
Jump to navigation
Jump to search
(→How-to) |
m (Troels Emtekær Linnet moved page Installation windows minGW to Installation windows Python x86-32 minGW) |
(No difference)
|
Revision as of 13:56, 20 June 2013
STOP
This page is not completed! It will not work!
How-to
Download mingw-get-inst, and run it.
- Install to: C:\MinGW
- Take all options when installing (about 450 MB)
- Take the "pre" package option
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'])