Changes between Version 1 and Version 2 of BoostFusion0x


Ignore:
Timestamp:
May 6, 2008, 5:30:21 PM (14 years ago)
Author:
Douglas Gregor
Comment:

Link to MinGW

Legend:

Unmodified
Added
Removed
Modified
  • BoostFusion0x

    v1 v2  
    55For Windows users: MinGW is the fastest way to get GCC 4.3.
    66
    7 The quickest approach is to download MinGW-gcc-4.3-full.zip from this page and extract it into C:\.
     7The quickest approach is to download [http://www.osl.iu.edu/~dgregor/MinGW-gcc-4.3-full.zip MinGW-gcc-4.3-full.zip] from this page and extract it into C:\.
    88
    99Or, you can use the normal MinGW installer and download the GCC 4.3 binaries separately:
     
    2424replaces the default (ancient) compiler with GCC 4.3.
    2525
    26         4) Try to compile a simple problem, e.g., "static_assert(false, "It 
     26        4) Try to compile a simple program, e.g., "static_assert(false, "It 
    2727works!");" with
    2828