Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r11564 r13189 64 64 PUGS_EMBED variable. For example: 65 65 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) 68 69 Perl5 is now embedded by default. Use "-perl5" to avoid. 68 70 69 71 To build with an embedded parrot interpreter, make sure the PUGS_EMBED
