This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Mar 28 11:57:14 -0700 2009 | |
| |
Changes | Sat Mar 28 12:07:01 -0700 2009 | |
| |
MANIFEST.SKIP | Mon Mar 23 14:51:02 -0700 2009 | |
| |
Makefile.PL | Sat Mar 28 12:25:34 -0700 2009 | |
| |
README | Wed Mar 25 13:17:22 -0700 2009 | |
| |
lib/ | Sat Mar 28 13:00:41 -0700 2009 | |
| |
t/ | Sat Mar 28 13:00:41 -0700 2009 |
README
Perl 6 in Perl 5 After building Parrot and Rakudo I set the RAKUDO_DIR environment variable to point to the directory where Rakudo was checked out. I also set the PARROT_DIR environment variable to point to the directory where Parrot was checked out (in the currently standard setup that would be $RAKUDO_DIR/parrot). Then I had to build Parrot::Embed cd $PARROT_DIR/ext/Parrot-Embed perl Build.PL perl Build perl Build test Then I set LD_LIBRARY_PATH to point to $PARROT_DIR/blib/lib/ This is what I have now in .bashrc export RAKUDO_DIR=$HOME/work/rakudo export PARROT_DIR=$RAKUDO_DIR/parrot export LD_LIBRARY_PATH=$PARROT_DIR/blib/lib/ Other than that perl Makefile.PL make make test make install







