Build Perl 5 for Windows



Build Perl 5 for Windows

Build Perl 5 for Windows

How to compile and install Perl 5 using the Microsoft Windows SDK and Visual C++ (MSVC) command line tools: nmake and cl.

Skip all this and just download the Perl binaries for Windows…
https://veganaize.github.io/WinBin/

• Perl 5 (source code): https://www.cpan.org/src/5.0/perl-5.32.0.tar.gz
• 7-zip (installer): https://www.7-zip.org/
• Microsoft Windows SDK 7.1 (offline iso): https://www.microsoft.com/en-us/download/details.aspx?id=8442
x86-64-bit: GRMSDKX_EN_DVD.iso
x86-32-bit: GRMSDK_EN_DVD.iso

To install Windows SDK v7.1…
1) Uninstall any Visual C++ 2010 Redistributables.
2) Mount the .iso image (or use 7-zip to extract it).
3) Run SetupSDKSetup.exe directly.

Comments are closed.