Adding the new test would be swell.
[p5sagit/p5-mst-13.2.git] / README.amiga
index 4a04dad..f94fe5c 100644 (file)
@@ -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,49 +205,19 @@ is normal and expected. (There is a conflict with a similarly-named file
 F<configure>, but it causes no harm.)
 
 =head2 Making
-       
-=over 4
-
-=item *
-
-remember to use a healthy sized stack (I used 2000000)
-
-=item *
-
-your PATH environment variable must include /bin (e.g. ".:/bin" is good)
-(or, more precisely, it must include the directory where you have your
-basic UNIX utilities like test, cat, sed, and so on)
 
-=item *
-       
-  sh Configure -Dprefix=/ade -Dloclibpth=/ade/lib
+Remember to use a hefty wad of stack (I use 2000000)
 
-=item *
+  sh configure.gnu --prefix=/gg
 
-now type make depend
+Now type
 
-       when the make depend has ended load the gnumakefile into a editor and
-       go to the end of the file
-       move upwards in the file until you reach av.o: EXTERN.h
-       and delete all lines down to # WARNING: Put....
-
-=item *
-
-now go to the x2p directory
-
-       load the gnumakefile
-       go to the end moveup until you reach hash.o: EXTERN.h
-       and delete all lines dowonwards until you reach
-       # WARNING: Put nothing....
-
-=item *
+  make depend
 
 Now!
 
   make
 
-=back
-
 =head2 Testing
 
 Now run