![]() |
|
We don't bite newbies here... much | |
PerlMonks |
Want a perl6 Binary?by chromatic (Archbishop) |
on Dec 30, 2007 at 08:51 UTC ( #659584=perlnews: print w/replies, xml ) | Need Help?? |
Check out Parrot as of r24315 or newer. Configure and build it:
Build Perl 6: $ make -C languages/perl6/Now build the new pbc_to_exe target. 'snifty: $ make pbc_to_exeWith the shiny new pbc_to_exe utility, make the perl6 binary: $ ./pbc_to_exe languages/perl6/perl6.pbcNow you have a perl6 binary that can run Perl 6 programs: $ ./languages/perl6/perl6 languages/perl6/t/01-sanity/01-tap.tCaveats: you need to build a shared libparrot with dynamic loading (the default Parrot build, I believe). Also, for now, you can only run the Perl 6 binary from the root directory of a Parrot checkout. Both problems are solveable. (I think the binary will work against an installed Parrot, though I'm not sure we install the supporting PBCs appropriately yet.) Update: Updated to match recent changes.
Back to
Perl News
|
|