Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
bump star to 2018.10
  • Loading branch information
stmuk committed Nov 11, 2018
1 parent d6755b2 commit 3b167ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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 2018.06 is a useful and usable production distribution of
<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
version).<p>

Expand All @@ -37,13 +37,13 @@ <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.06.tar.gz
% tar xfz rakudo-star-2018.06.tar.gz
% cd rakudo-star-2018.06
<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
% perl Configure.pl --gen-moar --make-install --prefix ~/rakudo
</pre>

<h3 class="trim-top">Rakudo Star 2018.06 Errata</h3>
<h3 class="trim-top">Rakudo Star 2018.10 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 3b167ac

Please sign in to comment.