Skip to content

Instantly share code, notes, and snippets.

@blippy
Last active July 25, 2017 10:40
Show Gist options
  • Select an option

  • Save blippy/55df9317004088a844a44f038c5fc34d to your computer and use it in GitHub Desktop.

Select an option

Save blippy/55df9317004088a844a44f038c5fc34d to your computer and use it in GitHub Desktop.
rakudo-star
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