Changeset 8922
- Timestamp:
- 02/01/06 19:32:36 (3 years ago)
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r8901 r8922 56 56 export PUGS_EMBED="perl5 parrot" (bash) 57 57 setenv PUGS_EMBED "perl5 parrot" (csh) 58 59 XXX Note! 60 Using embedded parrot is currently NOT recommended on win32 and x86_64. 58 61 59 62 To build with an embedded parrot interpreter, make sure the PUGS_EMBED -
Makefile.PL
r8901 r8922 369 369 environment variable to contain 'parrot', the PARROT_PATH environment 370 370 variable to the path of a built parrot tree, then run Makefile.PL again. 371 Linking against Parrot is currently NOT recommended on win32 and x86_64. 371 372 372 373 . -
TASKS
r8915 r8922 33 33 in PATH, but doesn't check. It would be nice if it checked. You can 34 34 check if parrot is there with can_run('parrot'). Skills: basic perl5. 35 36 * Remove the "embedding parrot is NOT recommended on" lines from 37 Makefile.PL and INSTALL. They were just there for the 6.2.11 release. 38 Skills: none. 39
