Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created April 20, 2018 21:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoffixznet/7f2b3ad3d3a6665baf84107c36283cb0 to your computer and use it in GitHub Desktop.
Save zoffixznet/7f2b3ad3d3a6665baf84107c36283cb0 to your computer and use it in GitHub Desktop.
git clone https://github.com/rakudo/rakudo/ ~/rakudo
cd ~/rakudo
git pull
perl Configure.pl --gen-moar --gen-nqp --backends=moar
make
make test
make install
echo 'export PATH="$HOME/rakudo/install/bin:$HOME/rakudo/install/share/perl6/site/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
git clone https://github.com/ugexe/zef
cd zef
perl6 -I. bin/zef install .
zef install WWW
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment