rakudo / rakudo.org

Code for rakudo.org website
https://rakudo.org/
Artistic License 2.0
8 stars 18 forks source link

Compiler-only build instructions build in a version-specific dir #16

Open zoffixznet opened 5 years ago

zoffixznet commented 5 years ago

The idea was the instructions would build in ~/rakudo/, but they actually build in ~/rakudo/rakudo-*/.

Also, is there a point in curling and untarring an archive rather than just git-ting from a repo (and doing git checkout $(git describe --abbrev=0 --tags) to checkout last release) , since NQP/MoarVM are fetched from a repo anyway?