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.
33
33
The above commands will install Perl to F</usr/local> (or some other
34
34
platform-specific directory -- see the appropriate file in F<hints/>.)
35
35
If 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 .
38
38
To explicitly name the perl binary, use the command
39
- " make install PERLNAME=myperl" .
39
+ C< make install PERLNAME=myperl> .
40
40
41
41
Building perl from source requires an ANSI compliant C compiler.
42
42
C89 with a minimal subset of C99 features is required. Some other
You can’t perform that action at this time.
0 commit comments