diff options
author | Abe Timmerman <abe@ztreet.demon.nl> | 2004-04-23 01:57:40 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2004-04-23 10:11:23 +0000 |
commit | cb9857f106f375812b55d206c492443ff99b6085 (patch) | |
tree | 8c53293bc5dcd9819acee86ed4ab4bbb55c36dc7 /pod | |
parent | 1109a39207d99bf49cb02471368620d4a38731b2 (diff) | |
download | perl-cb9857f106f375812b55d206c492443ff99b6085.tar.gz |
Where to find nmake for windows
Message-Id: <200404222357.40508.abe@ztreet.demon.nl>
Changed download URL references for nmake
p4raw-id: //depot/perl@22735
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlmodinstall.pod | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |