Changeset 8901
- Timestamp:
- 02/01/06 14:46:40 (3 years ago)
- Files:
-
- 2 modified
-
INSTALL (modified) (1 diff)
-
Makefile.PL (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r8892 r8901 61 61 the directory in which you checked out the parrot source tree. For example: 62 62 63 XXX NOTE!!!!!!!!64 Using embedded parrot is NOT recommended with this release (6.2.11).65 66 63 export PARROT_PATH=${HOME}/src/parrot (bash) 67 64 setenv PARROT_PATH ${HOME}/src/parrot (csh) -
Makefile.PL
r8900 r8901 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 NOT recommended with this release 6.2.11.372 371 373 372 .
