Difference between revisions of "Installation windows Python x86-32 minGW"

From relax wiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
= STOP =
 +
 +
This page is not completed! It will not work!
 +
 +
 
== How-to ==
 
== How-to ==
 
Download [http://sourceforge.net/projects/mingw/files/Installer/mingw-get-inst/ mingw-get-inst], and run it.
 
Download [http://sourceforge.net/projects/mingw/files/Installer/mingw-get-inst/ mingw-get-inst], and run it.

Revision as of 19:56, 19 June 2013

STOP

This page is not completed! It will not work!


How-to

Download mingw-get-inst, and run it.

  1. Install to: C:\MinGW
  2. Take all options when installing (about 450 MB)
  3. 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'])

See also

Guide to radiance compilation