cvsuser 05/01/12 22:21:12
Modified: . README Log: This is not a POD file. Remove POD Revision Changes Path 1.43 +5 -8 parrot/README Index: README =================================================================== RCS file: /cvs/public/parrot/README,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- README 13 Jan 2005 06:19:18 -0000 1.42 +++ README 13 Jan 2005 06:21:12 -0000 1.43 @@ -74,15 +74,12 @@ Next, run make: -=over 4 +For UNIX like systems that come with its own make, 'gmake' should be +used. (On most Linux systems, this is the default make.) -=item For UNIX like systems that come with its own make, C<gmake> should be used +On windows systems, 'nmake' is used -=item On windows systems, C<nmake> is used - -=item On other systems, just try C<make> - -=back +On other systems, just try 'make' Now, the interpreter should build. If you are building the ICU library (this is the default on most systems), you need to use GNU make instead @@ -90,7 +87,7 @@ You can test parrot by running - make test (or C<nmake test>/C<gmake test>) + make test (or nmake test or gmake test) You can run the full test suite with
