diff options
author | Curtis Jewell <perl@csjewell.fastmail.us> | 2010-03-30 23:53:45 -0700 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-04-02 14:01:59 -0400 |
commit | e5418c81fe6098cecc65267c18ff9aa010cee8ee (patch) | |
tree | de282065160c11116c7104a7b789b5842b3beba1 /README.win32 | |
parent | e706c0cd31a70bd2c97d4510f261613278a7e1f5 (diff) | |
download | perl-e5418c81fe6098cecc65267c18ff9aa010cee8ee.tar.gz |
Updating location of Strawberry's 64-bit toolchain.
Diffstat (limited to 'README.win32')
-rw-r--r-- | README.win32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.win32 b/README.win32 index 4b93fb49e3..d71a9950cb 100644 --- a/README.win32 +++ b/README.win32 @@ -75,7 +75,7 @@ The MS Platform SDK can be downloaded from http://www.microsoft.com/. The MinGW64 compiler is available at http://sourceforge.net/projects/mingw-w64. The latter is actually a cross-compiler targeting Win64. There's also a trimmed down compiler (no java, or gfortran) suitable for building perl available at: -http://svn.ali.as/cpan/users/kmx/strawberry_gcc-toolchain/ +http://strawberryperl.com/package/kmx/64_gcctoolchain/mingw64-w64-20100123-kmx-v2.zip NOTE: If you're using a 32-bit compiler to build perl on a 64-bit Windows operating system, then you should set the WIN64 environment variable to "undef". |