Skip to content

Commit

Permalink
R* 2017.04
Browse files Browse the repository at this point in the history
  • Loading branch information
stmuk committed May 1, 2017
1 parent 999ee09 commit 8580a45
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source/downloads/index.html
Expand Up @@ -14,7 +14,7 @@ <h2><b>Perl&nbsp;6</b> Download</h2>
<div class="panel-body trim">

<h3 class="trim-top">Rakudo Star</h3>
<p> Rakudo Star 2017.01 is a useful and usable production distribution of
<p> Rakudo Star 2017.04 is a useful and usable production distribution of
Perl 6 which supports the latest Christmas Perl 6 (6.c language
version).<p>

Expand All @@ -39,13 +39,13 @@ <h3 class="trim-top">Installing from source</h3>

<p>A quick start for Linux/Mac/BSD/Cygwin etc. follows:</p>

<pre>% wget https://rakudo.perl6.org/downloads/star/rakudo-star-2017.01.tar.gz
% tar xfz rakudo-star-2017.01.tar.gz
% cd rakudo-star-2017.01
# perl Configure.pl --gen-moar --prefix /opt/rakudo-star-2017.01
<pre>% wget https://rakudo.perl6.org/downloads/star/rakudo-star-2017.04.tar.gz
% tar xfz rakudo-star-2017.04.tar.gz
% cd rakudo-star-2017.04
# perl Configure.pl --gen-moar --prefix /opt/rakudo-star-2017.04
# make install</pre>

<h3 class="trim-top">Rakudo Star 2017.01 Errata</h3>
<h3 class="trim-top">Rakudo Star 2017.04 Errata</h3>

<ul class="shy-list">
<li>Windows port: NativeCall modules, such as Linenoise, may not fully work depending on compiler (differs depending on whether mingw or MSVC and whether 32 or 64 bit).</li>
Expand Down

0 comments on commit 8580a45

Please sign in to comment.