diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index cd035c1ffac..e740a89b01d 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -257,7 +257,8 @@ software you will need.

MinGW/Win32 - x861,6,8 + x861,6, + 8, 10 GCC 3.4.X, binutils 2.15 @@ -325,6 +326,11 @@ up levels greater than 0 (i.e., "-O1" and higher). Add OPTIMIZE_OPTION="-O0" to the build command line if compiling for LLVM Release or bootstrapping the LLVM toolchain. +
  • For MSYS/MinGW on Windows, be sure to install the MSYS + version of the perl package, and be sure it appears in your path + before any Windows-based versions such as Strawberry Perl and + ActivePerl, as these have Windows-specifics that will cause the + build to fail.