TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Building Perl6 with Visual C++ 2015

10 点作者 brakmic超过 8 年前

1 comment

nanis超过 8 年前
First, VS 2015 CE does come with `git` and `perl`[1] so you don&#x27;t really need Strawberry Perl. Perl itself builds fine with the 2013 compiler (which is installed alongside 2015), so if you needed to, you could just build your own.<p>Second, you don&#x27;t really have to do that much<p><pre><code> perl Configure.pl --gen-moar --gen-nqp --backends=moar --prefix=c:&#x2F;opt&#x2F;perl6 nmake nmake install </code></pre> is sufficient.<p>Third, I was told `panda` is no longer the preferred module installer[2] and told to use `zef` instead.<p>Frankly, both create too many droppings for my taste.<p>[1]: <a href="https:&#x2F;&#x2F;www.nu42.com&#x2F;2016&#x2F;02&#x2F;perl-spreading-windows-visual-studio.html" rel="nofollow">https:&#x2F;&#x2F;www.nu42.com&#x2F;2016&#x2F;02&#x2F;perl-spreading-windows-visual-s...</a><p>[2]: <a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;q&#x2F;41416011&#x2F;100754" rel="nofollow">https:&#x2F;&#x2F;stackoverflow.com&#x2F;q&#x2F;41416011&#x2F;100754</a><p>[3]: <a href="https:&#x2F;&#x2F;github.com&#x2F;ugexe&#x2F;zef" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ugexe&#x2F;zef</a>
评论 #13439148 未加载