This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate perl
[perl5.git] / README.macos
CommitLineData
d72c2fc9
GS
1If you read this file _as_is_, just ignore the funny characters you see.
2It is written in the POD format (see pod/perlpod.pod) which is specially
3designed to be readable as is.
4
5=head1 NAME
6
7README.macos - Perl under Mac OS (Classic)
8
d72c2fc9
GS
9=head1 SYNOPSIS
10
11This document briefly describes perl under Mac OS (Classic).
12If you are running perl under Mac OS X, you don't want to be
13here (unless you are in the Classic environment under Mac OS X).
14
d1faa5de
CN
15When we say "Mac OS" below, we mean Mac OS 7, 8, and 9, and I<not>
16Mac OS X.
d72c2fc9
GS
17
18
19=head1 DESCRIPTION
20
b9309dcc
CN
21The latest perl source itself builds on Mac OS, with some additional
22pieces. Support for Mac OS is now in the perl core, and MacPerl is kept
23in close sync with regular perl releases.
d72c2fc9 24
d72c2fc9 25To build perl for Mac OS (as an MPW tool), you will need the addition
d1faa5de
CN
26of the F<macos> subdirectory, distributed separately. It includes extra
27source files, config files, and make files. It also includes extra
28Mac-specific modules.
d72c2fc9 29
d1faa5de 30To build the MacPerl application, you will also need the F<macperl>
d72c2fc9
GS
31directory, which includes the source files for creating the
32application itself.
33
dbb4888c 34All of this is available from the development site, via
d1faa5de
CN
35HTTP (in the MacPerl Installer, which includes all the source
36and binaries) and anonymous CVS.
d72c2fc9 37
dbb4888c
CN
38 http://dev.macperl.org/
39
b9309dcc
CN
40The source is also in the main perl repository in the macperl
41branch (the 5.6 source is in the maint-5.6/macperl branch).
d72c2fc9
GS
42
43You will also need compilers and libraries, all of them freely
44available. These are linked to from the SourceForge site. Go that site
45for all things having to do with MacPerl development.
46
d1faa5de
CN
47MacPerl 5.6.1 and later are supported on Mac OS 8.1 and later, for 68040
48and PowerPC architectures. The MPW tool may be used on Mac OS 7.5.5
49and 68030 computers.
50
51MacPerl 5.2.0r4 is also available, on the CPAN and on SourceForge. It
b9309dcc 52is based on perl 5.004, and works with Mac OS 7.5.5 and 68030 computers.
d72c2fc9
GS
53
54
55=head1 AUTHOR
56
57perl was ported to Mac OS by Matthias Neeracher
58E<lt>neeracher@mac.comE<gt>. It is currently maintained by Chris
59Nandor E<lt>pudge@pobox.comE<gt>.
60
61
62=head1 DATE
63
b9309dcc 64Last modified 2002.05.02.