Skip to content

Commit

Permalink
[Doc] Mention TDM-GCC and discourage regular MinGW
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwweber authored and speth committed Jan 12, 2017
1 parent 81f9daf commit 7b0305f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions doc/sphinx/compiling/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Fortran compiler is required only if you plan to build the Fortran module.
* MinGW (C/C++/Fortran)

* http://mingw-w64.sourceforge.net/ (64-bit and 32-bit)
* http://tdm-gcc.tdragon.net/ (64-bit and 32-bit)
* Known to work with Mingw-w64 3.0, which provides GCC 4.8. Expected to work
with any version that provides a supported version of GCC and includes C++11
thread support.
Expand Down
8 changes: 4 additions & 4 deletions doc/sphinx/compiling/installation-reqs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -225,14 +225,14 @@ Windows Requirements

* http://mingw-w64.org/

* http://tdm-gcc.tdragon.net/

* Known to work with Mingw-w64 3.0, which provides GCC 4.8. Expected to
work with any version that provides a supported version of GCC and
includes C++11 thread support.

* The version of MinGW from http://www.mingw.org/ is 32-bit only and
therefore cannot be used to build a 64-bit module. Versions of
MinGW that provide a 64-bit compiler are available from
http://mingw-w64.org/
* The version of MinGW from http://www.mingw.org/ cannot be used to build
Cantera. Users must use MinGW-w64 or TDM-GCC.

* The Boost headers

Expand Down

0 comments on commit 7b0305f

Please sign in to comment.