X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/89be1ab881178170b6f831b4caac89e9c6973872..32da1f0cbb3039b18da95a780824c723ee95d127:/README.os2 diff --git a/README.os2 b/README.os2 index 7741e7e..3bcd3a1 100644 --- a/README.os2 +++ b/README.os2 @@ -300,7 +300,7 @@ with perl ../../blah/foo.cmd arg1 arg2 arg3 (note that the argument C<-my_opts> is taken care of by the C line -in your script, see L on the first line>). +in your script, see C on the first line>). To understand what the above I does, read perl docs about C<-S> switch - see L, and cmdref about C: @@ -558,7 +558,7 @@ of this file. B. Because of a typo the binary installer of 5.00305 would install a variable C into F. Please -remove this variable and put L> instead. +remove this variable and put C> instead. =head2 Manual binary installation @@ -619,7 +619,7 @@ C in F, see L">. =item Additional Perl modules - unzip perl_ste.zip -d f:/perllib/lib/site_perl/5.31.4/ + unzip perl_ste.zip -d f:/perllib/lib/site_perl/5.33.5/ Same remark as above applies. Additionally, if this directory is not one of directories on @INC (and @INC is influenced by C), you @@ -1225,7 +1225,7 @@ necessary external C libraries from F<.lib> format to F<.a> format: run one of emximp -o foo.a foo.lib whichever is appropriate.) Also, make sure that the DLLs for external -libraries are usable with with executables compiled without C<-Zmtd> options. +libraries are usable with executables compiled without C<-Zmtd> options. When you are sure that only a few subdirectories lead to failures, you may want to add C<-j4> option to C to speed up @@ -1367,7 +1367,7 @@ to find Perl DLL relatively to the location of the EXE file; or one may want to ignore the environment when setting the Perl-library search patch, etc. If you fill comfortable with I interface (see L), such -things are easy to do repeating the steps outlined in L/, and doing more comprehensive edits to main() of F. The people with little desire to understand Perl can just rename main(), and do necessary