diff options
author | Stephen P. Potter <spp@ds.net> | 2000-11-17 07:25:51 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-18 00:12:18 +0000 |
commit | a1a7ace613d73acfe43215ca076cfda7bc64cd4a (patch) | |
tree | a5ce8be1cfe070c5974b6749156cc2464d82f335 /README.amiga | |
parent | 6bb03fa549f665951695658ffeb20d79f0affcd2 (diff) | |
download | perl-a1a7ace613d73acfe43215ca076cfda7bc64cd4a.tar.gz |
Fix for README.amiga (20000323.033)
Message-Id: <200011171725.MAA05768@spotter.yi.org>
p4raw-id: //depot/perl@7730
Diffstat (limited to 'README.amiga')
-rw-r--r-- | README.amiga | 29 |
1 files changed, 12 insertions, 17 deletions
diff --git a/README.amiga b/README.amiga index 8951f355a0..fd8e922d76 100644 --- a/README.amiga +++ b/README.amiga @@ -8,14 +8,11 @@ perlamiga - Perl under Amiga OS (possibly very outdated information) =head1 SYNOPSIS -NOTE: No one has reported building Perl on the Amiga in a long -time. The following information is highly unlikely to be correct. -If you would like to help the Amiga port to stay current, see: +NOTE: The following information is highly unlikely to be correct. +A recent version of perl for the Amiga can be found at the Aminet site: http://us.aminet.net/aminet/dirs/dev_gg.html -for Amiga resources and information. - One can read this document in the following formats: man perlamiga @@ -62,12 +59,11 @@ Contents You need the Unix emulation for AmigaOS, whose most important part is B<ixemul.library>. For a minimum setup, get the following archives from -ftp://ftp.ninemoons.com/pub/ade/current or a mirror: +the Aminet archives (http://www.aminet.net/~aminet/): -ixemul-46.0-bin.lha -ixemul-46.0-env-bin.lha -pdksh-4.9-bin.lha -ADE-misc-bin.lha +ixemul-bin.lha +ixemul-env-bin.lha +pdksh-bin.lha Note that there might be newer versions available by the time you read this. @@ -126,11 +122,11 @@ deficiencies in the UNIX-emulation, most notably: Change to the installation directory (most probably ADE:), and extract the binary distribution: -lha -mraxe x perl-5.003-bin.lha +lha -mraxe x perl-$VERSION-bin.lha or -tar xvzpf perl-5.003-bin.tgz +tar xvzpf perl-$VERSION-bin.tgz (Of course you need lha or tar and gunzip for this.) @@ -189,16 +185,15 @@ Here we discuss how to build Perl under AmigaOS. =head2 Prerequisites -You need to have the latest B<ADE> (Amiga Developers Environment) -from ftp://ftp.ninemoons.com/pub/ade/current. -Also, you need a lot of free memory, probably at least 8MB. +You need to have the latest B<ixemul> (Unix emulation for Amiga) +from Aminet. =head2 Getting the perl source You can either get the latest perl-for-amiga source from Ninemoons and extract it with: - tar xvzpf perl-5.004-src.tgz + tar xvzpf perl-$VERSION-src.tgz or get the official source from CPAN: @@ -206,7 +201,7 @@ or get the official source from CPAN: Extract it like this - tar xvzpf perl5.004.tar.gz + tar xvzpf perl$VERSION.tar.gz You will see a message about errors while extracting F<Configure>. This is normal and expected. (There is a conflict with a similarly-named file |