关于如何获得rakudo的一条评论是Mac OS特定的:
Rajeev Jha says:
2011.11.01 at 18:28
Here are the instructions for building on mac osx lion
create a new dir, say nuke and cd to it (xcode should be installed)
1. wget https://github.com/downloads/rakudo/star/rakudo-star-2011.07.tar.gz
2. tar -zxvf rakudo-star-2011.07.tar.gz
3. cd rakudo-star-2011.07
4. perl Configure.pl –gen-moar
5. make
6. make install
Run perl6 from nuke/rakudo-star-2011.07/perl6
对于第1部分,请使用您找到的最新文件,而不是2011年的版本。
根据Rakudo网站,rakudobrew
和panda
都不鼓励。
zef似乎是模块管理的首选工具,Perl 6文档中也引用了它。
这可能是你在不久的将来想要的——拉库多布雷。我在OS X 10.8–10上使用它一点也不麻烦(好吧,一些C/image的东西不会为我构建——我想做《太空入侵者》,但其他一切都很好,也很简单)。
哦,我错过了Christoph的评论;抱歉。为了增加这个提议的价值,我还将推荐panda,一个类似cpanm-lite的工具,用于处理一些更好的可用perl6模块。