File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ Each of these is explained in further detail below.
3333The above commands will install Perl to F</usr/local> (or some other
3434platform-specific directory -- see the appropriate file in F<hints/>.)
3535If that's not okay with you, you can run Configure interactively, by
36- just typing " sh Configure" (without the -de args ). You can also specify
37- any prefix location by adding C<" -Dprefix='/some/dir'" > to Configure's args .
36+ just typing C< sh Configure> (without the C< -de> argument ). You can also specify
37+ any prefix location by adding C<-Dprefix='/some/dir'> to Configure's arguments .
3838To explicitly name the perl binary, use the command
39- " make install PERLNAME=myperl" .
39+ C< make install PERLNAME=myperl> .
4040
4141Building perl from source requires an ANSI compliant C compiler.
4242C89 with a minimal subset of C99 features is required. Some other
You can’t perform that action at this time.
0 commit comments