Difference between revisions of "Installation windows Python x86-32 minGW"
Jump to navigation
Jump to search
(→How-to) |
|||
Line 3: | Line 3: | ||
# Install to: C:\MinGW | # Install to: C:\MinGW | ||
# Take all options when installing | # Take all options when installing | ||
− | # | + | # Take the "pre" package option |
<source lang="text"> | <source lang="text"> | ||
Line 13: | Line 13: | ||
env = Environment(tools = ['mingw']) | env = Environment(tools = ['mingw']) | ||
</source> | </source> | ||
− | |||
== See also == | == See also == | ||
[http://www.bozzograo.net/radiancewiki/doku.php?id=how_to_compile_radiance_using_the_mingw_tools_and_scons Guide to radiance compilation] | [http://www.bozzograo.net/radiancewiki/doku.php?id=how_to_compile_radiance_using_the_mingw_tools_and_scons Guide to radiance compilation] |
Revision as of 18:57, 19 June 2013
How-to
Download mingw-get-inst, and run it.
- Install to: C:\MinGW
- Take all options when installing
- 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'])