diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-06 13:31:45 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-06 13:31:45 +0000 |
commit | 26d9b02fa65570745e70dcbd0d92c1354fc4ecff (patch) | |
tree | ae2db66c225f4f6f1bc57a6588774da590a98fcf /README.macos | |
parent | d835aa991e488d789654708a6729f9b9f5a81fb2 (diff) | |
download | perl-26d9b02fa65570745e70dcbd0d92c1354fc4ecff.tar.gz |
Integrate changes #9584,9587 from maintperl into mainline.
keep eval"" CVs alive until the end of the statement in which
they're called
add README.macos (from Chris Nandor)
tyop in change#9555
p4raw-link: @9587 on //depot/maint-5.6/perl: d72c2fc956b5cb46ede17d06f89a463c78f1cf5f
p4raw-link: @9584 on //depot/maint-5.6/perl: e6fbcc36a54a8afd8dbcdcb9a8d8e178df530b97
p4raw-link: @9555 on //depot/perl: 6a0af2f17bcde4767b90a72eff7083c5effff21d
p4raw-id: //depot/perl@9588
p4raw-branched: from //depot/maint-5.6/perl@9583 'branch in'
README.macos
p4raw-integrated: from //depot/maint-5.6/perl@9583 'copy in'
pod/perlfaq9.pod (@9585..) 'merge in' scope.h (@8568..)
pod/perl.pod (@8986..) MANIFEST (@9227..) win32/Makefile
(@9286..) pp_ctl.c scope.c (@9288..) global.sym (@9289..)
embed.h embed.pl objXSUB.h perlapi.c proto.h (@9292..)
pod/buildtoc.PL (@9312..) win32/makefile.mk (@9495..) sv.c
(@9496..) pod/perlguts.pod (@9514..)
Diffstat (limited to 'README.macos')
-rw-r--r-- | README.macos | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/README.macos b/README.macos new file mode 100644 index 0000000000..cc8121be1c --- /dev/null +++ b/README.macos @@ -0,0 +1,60 @@ +If you read this file _as_is_, just ignore the funny characters you see. +It is written in the POD format (see pod/perlpod.pod) which is specially +designed to be readable as is. + +=head1 NAME + +README.macos - Perl under Mac OS (Classic) + + +=head1 SYNOPSIS + +This document briefly describes perl under Mac OS (Classic). +If you are running perl under Mac OS X, you don't want to be +here (unless you are in the Classic environment under Mac OS X). + +When we say "Mac OS" below, we mean pre-Mac OS X, which includes +Mac OS 7, 8, and 9. + + +=head1 DESCRIPTION + +The perl 5.6.1 source itself builds on Mac OS, with some additional +pieces. Support for Mac OS is now in the perl core, and MacPerl will be +able to, in the future, keep in closer sync with regular perl releases. + +At this time, though, it is very buggy, and is under development. An +alpha release is coming very soon. + +To build perl for Mac OS (as an MPW tool), you will need the addition +of the "macos" subdirectory, distributed separately. It includes extra +source files, config files, and make files. It also includes a lot of +extra Mac-specific modules. + +To build the MacPerl application, you will also need the "macperl" +directory, which includes the source files for creating the +application itself. + +All of this is also available from the SourceForge site, via +HTTP, FTP, and anonymous CVS. + + http://macperl.sourceforge.net/ + +You will also need compilers and libraries, all of them freely +available. These are linked to from the SourceForge site. Go that site +for all things having to do with MacPerl development. + +MacPerl 5.2.0r4 is available on the CPAN and on SourceForge. It +is based on perl 5.004. + + +=head1 AUTHOR + +perl was ported to Mac OS by Matthias Neeracher +E<lt>neeracher@mac.comE<gt>. It is currently maintained by Chris +Nandor E<lt>pudge@pobox.comE<gt>. + + +=head1 DATE + +Last modified 2001.04.05. |