diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2009-08-06 12:54:58 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2009-08-06 12:54:58 +0000 |
commit | 2bc8ef164c60371d8906d61ba846a38352619ca8 (patch) | |
tree | 4abc10db454d627a0578b4c4d163b66afddc61e1 | |
parent | 04d1f2e79c5dad9e8ee1ec6547375ef3f4189f9f (diff) | |
download | external_llvm-2bc8ef164c60371d8906d61ba846a38352619ca8.zip external_llvm-2bc8ef164c60371d8906d61ba846a38352619ca8.tar.gz external_llvm-2bc8ef164c60371d8906d61ba846a38352619ca8.tar.bz2 |
Add note about msys perl needed for windows/mingw32 builds.
Patch by John Thompson!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78304 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/GettingStarted.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index cd035c1..e740a89 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -257,7 +257,8 @@ software you will need.</p> </tr> <tr> <td>MinGW/Win32</td> - <td>x86<sup><a href="#pf_1">1</a>,<a href="#pf_6">6</a>,<a href="#pf_8">8</a></sup></td> + <td>x86<sup><a href="#pf_1">1</a>,<a href="#pf_6">6</a>, + <a href="#pf_8">8</a>, <a href="#pf_10">10</a></sup></td> <td>GCC 3.4.X, binutils 2.15</td> </tr> </table> @@ -325,6 +326,11 @@ up</a></li> levels greater than 0 (i.e., <i>"-O1"</i> and higher). Add <i>OPTIMIZE_OPTION="-O0"</i> to the build command line if compiling for LLVM Release or bootstrapping the LLVM toolchain.</li> +<li><a name="pf_10">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.</a></li> </ol> </div> |