cvsuser     02/01/06 09:59:39

  Modified:    .        MANIFEST README
  Added:       .        KNOWN_ISSUES
  Log:
  Doc Patches
  
  Courtesy of "Bryan C. Warnock" <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.87      +1 -0      parrot/MANIFEST
  
  Index: MANIFEST
  ===================================================================
  RCS file: /home/perlcvs/parrot/MANIFEST,v
  retrieving revision 1.86
  retrieving revision 1.87
  diff -u -w -r1.86 -r1.87
  --- MANIFEST  6 Jan 2002 17:58:05 -0000       1.86
  +++ MANIFEST  6 Jan 2002 17:59:39 -0000       1.87
  @@ -1,6 +1,7 @@
   ChangeLog
   Config_pm.in
   Configure.pl
  +KNOWN_ISSUES
   MANIFEST
   Makefile.in
   NEWS
  
  
  
  1.14      +29 -1     parrot/README
  
  Index: README
  ===================================================================
  RCS file: /home/perlcvs/parrot/README,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -w -r1.13 -r1.14
  --- README    8 Dec 2001 23:07:23 -0000       1.13
  +++ README    6 Jan 2002 17:59:39 -0000       1.14
  @@ -31,12 +31,40 @@
   | final license is chosen.                                     |
   |                                                              |
   
  +PREREQUISITES
  +-------------
  +
  +You'll need a compiler and linker, of course.  A make program
  +is currently encouraged, but we have had difficulties with some
  +versions (like nmake), so we do have a primitive script
  +that attempts to emulate it.
  +
  +You'll also need Perl 5.005 or above, compiled to support
  +the types you wish to support in Parrot.  (Parrot will
  +make, but you'll be unable to assemble anything.)  You can find
  +what types are support by typing 'perl -V', and examining the
  +values for ivtype and nvtype.  Parrot should work with INTVALs
  +and NUMVALs up to those types.
  +
  +For most of the platforms that we are supporting initially,
  +Parrot should build out of the box.  We do not have,
  +however, native dynamic loading ready for OS X, and are
  +currently using Fink (http://fink.sourceforge.net) to fill
  +that gap.  Other solutions may also work.  The list of
  +targetted platforms can be found in docs/parrot.pod.
  +
  +The current configure system is primitive, as it's only
  +a temporary solution.  It will be happy with most any answers
  +you decide to feed it.  Garbage In, Garbage Out.
  +
  +You may want to peruse the list of KNOWN_ISSUES to see
  +what other things may be unexpected.
   
   INSTRUCTIONS
   ------------
   
   For now, unpack your Parrot tarball, (if you're reading this, you've
  -probably already done that) type
  +probably already done that) and type
   
       perl Configure.pl
   
  
  
  
  1.1                  parrot/KNOWN_ISSUES
  
  Index: KNOWN_ISSUES
  ===================================================================
  Here's the list of things that we know are broken, or
  are admittedly hackish stopgap measures.
  
  - 'long doubles' on x86 don't work.  It's a packfile thing, which
  will eventually change.  They'll be fixed then.
  
  
  


Reply via email to