diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 3dd2e4a8c8c..f28e5ab644f 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -268,7 +268,8 @@ software you will need.

MinGW/Win32 x861,6, - 8, 10 + 8, 10, + 11 GCC 3.4.X, binutils 2.20 @@ -337,9 +338,8 @@ up before any Windows-based versions such as Strawberry Perl and ActivePerl, as these have Windows-specifics that will cause the build to fail. -
  • In general, LLVM modules requiring dynamic linking can - not be built on Windows. However, you can build LLVM tools using - "make tools-only".
  • +
  • To use LLVM modules on Win32-based system, + you may configure LLVM with "--enable-shared".