Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
1.9 KiB

  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. =head1 NAME
  5. README.macos - Perl under Mac OS (Classic)
  6. =head1 SYNOPSIS
  7. This document briefly describes perl under Mac OS (Classic).
  8. If you are running perl under Mac OS X, you don't want to be
  9. here (unless you are in the Classic environment under Mac OS X).
  10. When we say "Mac OS" below, we mean pre-Mac OS X, which includes
  11. Mac OS 7, 8, and 9.
  12. =head1 DESCRIPTION
  13. The perl 5.6.1 source itself builds on Mac OS, with some additional
  14. pieces. Support for Mac OS is now in the perl core, and MacPerl will be
  15. able to, in the future, keep in closer sync with regular perl releases.
  16. At this time, though, it is very buggy, and is under development. An
  17. alpha release is coming very soon.
  18. To build perl for Mac OS (as an MPW tool), you will need the addition
  19. of the "macos" subdirectory, distributed separately. It includes extra
  20. source files, config files, and make files. It also includes a lot of
  21. extra Mac-specific modules.
  22. To build the MacPerl application, you will also need the "macperl"
  23. directory, which includes the source files for creating the
  24. application itself.
  25. All of this is also available from the SourceForge site, via
  26. HTTP, FTP, and anonymous CVS.
  27. http://macperl.sourceforge.net/
  28. You will also need compilers and libraries, all of them freely
  29. available. These are linked to from the SourceForge site. Go that site
  30. for all things having to do with MacPerl development.
  31. MacPerl 5.2.0r4 is available on the CPAN and on SourceForge. It
  32. is based on perl 5.004.
  33. =head1 AUTHOR
  34. perl was ported to Mac OS by Matthias Neeracher
  35. E<lt>[email protected]<gt>. It is currently maintained by Chris
  36. Nandor E<lt>[email protected]<gt>.
  37. =head1 DATE
  38. Last modified 2001.04.05.