You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 doinggit checkout $(git describe --abbrev=0 --tags)
to checkout last release) , since NQP/MoarVM are fetched from a repo anyway?The text was updated successfully, but these errors were encountered: