Changeset 13191 for INSTALL

Show
Ignore:
Timestamp:
09/11/06 21:47:01 (2 years ago)
Author:
putter
Message:

INSTALL - change "-perl5" to "!perl5" to match the Makefile message.
Also, "-perl5" looks like an enabling flag.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • INSTALL

    r13189 r13191  
    6464PUGS_EMBED variable. For example:  
    6565  
    66     export PUGS_EMBED="-perl5 parrot" (bash) 
    67     setenv PUGS_EMBED "-perl5 parrot" (csh) 
     66    export PUGS_EMBED="!perl5 parrot" (bash) 
     67    setenv PUGS_EMBED "!perl5 parrot" (csh) 
    6868 
    69 Perl5 is now embedded by default.  Use "-perl5" to avoid. 
     69Perl5 is now embedded by default.  Use "!perl5" to avoid. 
    7070 
    7171To build with an embedded parrot interpreter, make sure the PUGS_EMBED