提交 073b1b72 编写于 作者: M Matt Caswell

Tweaks to NOTES.PERL

Fix some typos and other minor amendments to NOTES.PERL.
Reviewed-by: NRich Salz <rsalz@openssl.org>
Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 8c4f8039
...@@ -35,7 +35,8 @@ ...@@ -35,7 +35,8 @@
MinGW and Cygwin. The key recommendation is to use "matching" Perl, MinGW and Cygwin. The key recommendation is to use "matching" Perl,
one that matches build environment. For example, if you will build one that matches build environment. For example, if you will build
on Cygwin be sure to use the Cygwin package manager to install Perl. on Cygwin be sure to use the Cygwin package manager to install Perl.
For VC-* builds we recommend ActiveState Perl, available from For MSYS builds use the MSYS provided Perl. For VC-* builds we
recommend ActiveState Perl, available from
http://www.activestate.com/ActivePerl. http://www.activestate.com/ActivePerl.
Notes on Perl on VMS Notes on Perl on VMS
...@@ -43,7 +44,7 @@ ...@@ -43,7 +44,7 @@
You will need to install Perl separately. One way to do so is to You will need to install Perl separately. One way to do so is to
download the source from http://perl.org/, unpacking it, reading download the source from http://perl.org/, unpacking it, reading
README.vms and follow instructions. Another way is to download a README.vms and follow the instructions. Another way is to download a
.PCSI file from http://www.vmsperl.com/ and install it using the .PCSI file from http://www.vmsperl.com/ and install it using the
POLYCENTER install tool. POLYCENTER install tool.
...@@ -99,9 +100,9 @@ ...@@ -99,9 +100,9 @@
$ cpan -i Text::Template $ cpan -i Text::Template
Note that this runs all the tests that the module to be install Note that this runs all the tests that the module to be installed
comes with. This is usually a smooth operation, but there are comes with. This is usually a smooth operation, but there are
platforms where a failure is indicate even though the actual tests platforms where a failure is indicated even though the actual tests
were successful. Should that happen, you can force an were successful. Should that happen, you can force an
installation regardless (that should be safe since you've already installation regardless (that should be safe since you've already
seen the tests succeed!): seen the tests succeed!):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册