README.macosx (perl-5.28.2.tar.xz) | : | README.macosx (perl-5.28.3.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 13 | skipping to change at line 13 | |||
designed to be readable as is. | designed to be readable as is. | |||
=head1 NAME | =head1 NAME | |||
perlmacosx - Perl under Mac OS X | perlmacosx - Perl under Mac OS X | |||
=head1 SYNOPSIS | =head1 SYNOPSIS | |||
This document briefly describes Perl under Mac OS X. | This document briefly describes Perl under Mac OS X. | |||
curl -O http://www.cpan.org/src/perl-5.28.2.tar.gz | curl -O http://www.cpan.org/src/perl-5.28.3.tar.gz | |||
tar -xzf perl-5.28.2.tar.gz | tar -xzf perl-5.28.3.tar.gz | |||
cd perl-5.28.2 | cd perl-5.28.3 | |||
./Configure -des -Dprefix=/usr/local/ | ./Configure -des -Dprefix=/usr/local/ | |||
make | make | |||
make test | make test | |||
sudo make install | sudo make install | |||
=head1 DESCRIPTION | =head1 DESCRIPTION | |||
The latest Perl release (5.28.2 as of this writing) builds without changes | The latest Perl release (5.28.3 as of this writing) builds without changes | |||
under all versions of Mac OS X from 10.3 "Panther" onwards. | under all versions of Mac OS X from 10.3 "Panther" onwards. | |||
In order to build your own version of Perl you will need 'make', | In order to build your own version of Perl you will need 'make', | |||
which is part of Apple's developer tools - also known as Xcode. From | which is part of Apple's developer tools - also known as Xcode. From | |||
Mac OS X 10.7 "Lion" onwards, it can be downloaded separately as the | Mac OS X 10.7 "Lion" onwards, it can be downloaded separately as the | |||
'Command Line Tools' bundle directly from L<https://developer.apple.com/download s/> | 'Command Line Tools' bundle directly from L<https://developer.apple.com/download s/> | |||
(you will need a free account to log in), or as a part of the Xcode suite, | (you will need a free account to log in), or as a part of the Xcode suite, | |||
freely available at the App Store. Xcode is a pretty big app, so | freely available at the App Store. Xcode is a pretty big app, so | |||
unless you already have it or really want it, you are advised to get the | unless you already have it or really want it, you are advised to get the | |||
'Command Line Tools' bundle separately from the link above. If you want | 'Command Line Tools' bundle separately from the link above. If you want | |||
End of changes. 2 change blocks. | ||||
4 lines changed or deleted | 4 lines changed or added |