X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=NOTES.PERL;h=6c1d7c8cb16b37dff8a05fdd1a46781f607eb33d;hp=42c6127724b4835f861c3ce9fb265c414682a3ac;hb=df4c1d80b2c332e8ea94b95eca0bea8b2e7c19fb;hpb=168c595b14ff034ec40642ec1cb5d2c77ce82e0e diff --git a/NOTES.PERL b/NOTES.PERL index 42c6127724..6c1d7c8cb1 100644 --- a/NOTES.PERL +++ b/NOTES.PERL @@ -35,9 +35,11 @@ MinGW and Cygwin. The key recommendation is to use "matching" Perl, one that matches build environment. For example, if you will build on Cygwin be sure to use the Cygwin package manager to install Perl. - For MSYS builds use the MSYS provided Perl. For VC-* builds we - recommend ActiveState Perl, available from - http://www.activestate.com/ActivePerl. + For MSYS builds use the MSYS provided Perl. + For VC-* builds we recommend Strawberry Perl, from http://strawberryperl.com. + An alternative is ActiveState Perl, from http://www.activestate.com/ActivePerl + for which you may need to explicitly select the Perl module Win32/Console.pm + available via https://platform.activestate.com/ActiveState. Notes on Perl on VMS --------------------