Commit | Line | Data |
26d9b02f |
1 | If you read this file _as_is_, just ignore the funny characters you see. |
2 | It is written in the POD format (see pod/perlpod.pod) which is specially |
3 | designed to be readable as is. |
4 | |
5 | =head1 NAME |
6 | |
7 | README.macos - Perl under Mac OS (Classic) |
8 | |
26d9b02f |
9 | =head1 SYNOPSIS |
10 | |
11 | This document briefly describes perl under Mac OS (Classic). |
12 | If you are running perl under Mac OS X, you don't want to be |
13 | here (unless you are in the Classic environment under Mac OS X). |
14 | |
15 | When we say "Mac OS" below, we mean pre-Mac OS X, which includes |
16 | Mac OS 7, 8, and 9. |
17 | |
26d9b02f |
18 | =head1 DESCRIPTION |
19 | |
20 | The perl 5.6.1 source itself builds on Mac OS, with some additional |
21 | pieces. Support for Mac OS is now in the perl core, and MacPerl will be |
22 | able to, in the future, keep in closer sync with regular perl releases. |
23 | |
24 | At this time, though, it is very buggy, and is under development. An |
25 | alpha release is coming very soon. |
26 | |
27 | To build perl for Mac OS (as an MPW tool), you will need the addition |
28 | of the "macos" subdirectory, distributed separately. It includes extra |
29 | source files, config files, and make files. It also includes a lot of |
30 | extra Mac-specific modules. |
31 | |
32 | To build the MacPerl application, you will also need the "macperl" |
33 | directory, which includes the source files for creating the |
34 | application itself. |
35 | |
36 | All of this is also available from the SourceForge site, via |
37 | HTTP, FTP, and anonymous CVS. |
38 | |
39 | http://macperl.sourceforge.net/ |
40 | |
41 | You will also need compilers and libraries, all of them freely |
42 | available. These are linked to from the SourceForge site. Go that site |
43 | for all things having to do with MacPerl development. |
44 | |
45 | MacPerl 5.2.0r4 is available on the CPAN and on SourceForge. It |
46 | is based on perl 5.004. |
47 | |
48 | |
49 | =head1 AUTHOR |
50 | |
51 | perl was ported to Mac OS by Matthias Neeracher |
52 | E<lt>neeracher@mac.comE<gt>. It is currently maintained by Chris |
53 | Nandor E<lt>pudge@pobox.comE<gt>. |
54 | |
55 | |
56 | =head1 DATE |
57 | |
58 | Last modified 2001.04.05. |