diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-23 22:43:31 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-23 22:43:31 +0000 |
commit | b5ab506977d1ee50356f33e5eebd52b6102eecb5 (patch) | |
tree | e8b2e1aba8b58f7642ca918c4b4b339dae86efd0 /README.amiga | |
parent | d8139a889a84726ecae3e5ad7b3ae58fcc555cf5 (diff) | |
download | perl-b5ab506977d1ee50356f33e5eebd52b6102eecb5.tar.gz |
Tiny pod nits on READMEs, mostly whitespace issues.
p4raw-id: //depot/perl@10189
Diffstat (limited to 'README.amiga')
-rw-r--r-- | README.amiga | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/README.amiga b/README.amiga index 1a7c9d8d2f..f94fe5c85e 100644 --- a/README.amiga +++ b/README.amiga @@ -18,7 +18,7 @@ be read I<as is>: either as F<README.amiga>, or F<pod/perlamiga.pod>. A recent version of perl for the Amiga can be found at the Geek Gadgets section of the Aminet: - + http://www.aminet.net/~aminet/dirs/dev_gg.html =cut @@ -40,7 +40,7 @@ Contents - GNU info files - LaTeX docs BUILD - - Prerequisites + - Build Prerequisites - Getting the perl source - Application of the patches - Making @@ -180,7 +180,7 @@ can be constructed using C<pod2latex>. Here we discuss how to build Perl under AmigaOS. -=head2 Prerequisites +=head2 Build Prerequisites You need to have the latest B<ixemul> (Unix emulation for Amiga) from Aminet. @@ -205,19 +205,14 @@ is normal and expected. (There is a conflict with a similarly-named file F<configure>, but it causes no harm.) =head2 Making - - remember to use a hefty wad of stack (I use 2000000) + +Remember to use a hefty wad of stack (I use 2000000) sh configure.gnu --prefix=/gg - the makedepend script has to be edited if it fails - - change $cat to /bin/cat at line 75 - change cat to /bin/cat at line 163 - change cat to /bin/cat at line 176 (both) - change $cat to /bin/cat at line 190 +Now type - now type make depend + make depend Now! |