Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Download page for Rakudo Star 2019.03
Signed-off-by: Naoum Hankache <naoum88@gmail.com>
  • Loading branch information
hankache committed Mar 30, 2019
1 parent 8404d98 commit 390bdd5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions source/downloads/index.html
Expand Up @@ -14,8 +14,8 @@ <h2><b>Perl&nbsp;6</b> Download</h2>
<div class="panel-body trim">

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

<h3 class="trim-top">Installing from binaries</h3>
Expand All @@ -37,17 +37,17 @@ <h3 class="trim-top">Installing from source</h3>

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

<pre>% wget https://rakudo.perl6.org/downloads/star/rakudo-star-2018.10.tar.gz
% tar xfz rakudo-star-2018.10.tar.gz
% cd rakudo-star-2018.10
<pre>% wget https://rakudo.perl6.org/downloads/star/rakudo-star-2019.03.tar.gz
% tar xfz rakudo-star-2019.03.tar.gz
% cd rakudo-star-2019.03
% perl Configure.pl --gen-moar --make-install --prefix ~/rakudo
</pre>

<h3 class="trim-top">Rakudo Star 2018.10 Errata</h3>
<h3 class="trim-top">Rakudo Star 2019.03 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>
<li>Windows 10, using the Windows Subsystem for Linux: You will have to apply this <a href="https://github.com/nxadm/rakudo-pkg/blob/master/docker/fix_windows10">fix</a> to account for the WSL <a href="https://github.com/MoarVM/MoarVM/issues/470">not supporting execstack properly</a></li>
<li>Windows 10, using the Windows Subsystem for Linux: You might have to apply this <a href="https://github.com/nxadm/rakudo-pkg/blob/master/docker/fix_windows10">fix</a> to account for the WSL <a href="https://github.com/MoarVM/MoarVM/issues/470">not supporting execstack properly</a></li>
<li>Intel/Linux, Intel/*BSD and Mac: no specific issues known currently.</li>
</ul>
</div>
Expand Down

0 comments on commit 390bdd5

Please sign in to comment.