Last active
July 25, 2017 10:40
-
-
Save blippy/55df9317004088a844a44f038c5fc34d to your computer and use it in GitHub Desktop.
rakudo-star
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://rakudo.perl6.org/downloads/star/ | |
| PERL6_NCURSES_LIB=libncursesw.so.6 # now set in ~/repos/redact/docs/dotfiles/env/perl6.env | |
| perl Configure.pl --prefix=$HOME/.local --backend=moar --gen-moar | |
| make | |
| make install | |
| perl6 --version | |
| This is Rakudo version 2017.04.3 built on MoarVM version 2017.04-53-g66c6dda | |
| implementing Perl 6.c. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment