diff options
-rw-r--r-- | README.win32 | 2 | ||||
-rw-r--r-- | pod/perlmodinstall.pod | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/README.win32 b/README.win32 index 6b570e426b..ffec4b7c23 100644 --- a/README.win32 +++ b/README.win32 @@ -472,7 +472,7 @@ ensure Config.pm knows about it. If you don't have nmake, you can either get dmake from the location mentioned earlier or get an old version of nmake reportedly available from: - ftp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe + http://download.microsoft.com/download/vc15/Patch/1.52/W95/EN-US/nmake15.exe Another option is to use the make written in Perl, available from CPAN. diff --git a/pod/perlmodinstall.pod b/pod/perlmodinstall.pod index efd42c892e..4f7198b28d 100644 --- a/pod/perlmodinstall.pod +++ b/pod/perlmodinstall.pod @@ -138,7 +138,7 @@ If you used WinZip, this was already done for you. C. BUILD You'll need the C<nmake> utility, available at -ftp://ftp.microsoft.com/Softlib/MSLFILES/nmake15.exe +http://download.microsoft.com/download/vc15/Patch/1.52/W95/EN-US/nmake15.exe or dmake, available on CPAN. http://search.cpan.org/dist/dmake/ |