Skip to content

Instantly share code, notes, and snippets.

@b2gills
Created August 24, 2017 21:14
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 b2gills/34bc96f5e805df9299f464dc6e703148 to your computer and use it in GitHub Desktop.
Save b2gills/34bc96f5e805df9299f464dc6e703148 to your computer and use it in GitHub Desktop.
Build Rakudo
( cd ~/Program/Perl6/rakudo
git pull
perl Configure.pl --prefix=/opt/rakudo --gen-moar
make
make test && make install
( cd ../zef
git pull
perl6 -Ilib bin/zef install -force .
)
ln -f -sL -t ~/bin /opt/rakudo/bin/*
ln -f -sL -t ~/bin /opt/rakudo/share/perl6/site/bin/*
)
play -n synth 0.1 tri 1000.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment