Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
import downloads page
  • Loading branch information
stmuk committed Dec 25, 2015
1 parent 9fb575b commit 16d70c5
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
Binary file added source/downloads/.index.html.un~
Binary file not shown.
43 changes: 43 additions & 0 deletions source/downloads/index.html
@@ -0,0 +1,43 @@
[% setvar title Perl 6 Download %]

[% menu nav download %]

<header id="subpage-header" class="lead well">

<h2><b>Perl&nbsp;6</b> Download</h2>

</header>

<div class="row">
<div class="col-sm-8">
<div class="panel panel-default">
<div class="panel-body trim">
<h3 class="trim-top">Installing from source</h3>

<p> Currently the best way to install the Christmas Perl 6 release is to build from source either via an extracted tarball or rakudobrew (which uses git).
<p>For full instructions including how to build from a tarball see
<a href="http://rakudo.org/how-to-get-rakudo/">http://rakudo.org/how-to-get-rakudo/</a>

<p>For convenience of path management and Perl 6 updates the use of
rakudobrew is recommended.

<p>For full rakudobrew instructions see
<a href="https://github.com/tadzik/rakudobrew">https://github.com/tadzik/rakudobrew</a>

<p>You will need recent versions of perl, git, make and gcc.

<p>A quick start for Linux/Mac rakudobrew follows:

</br></br>
<pre>
% git clone https://github.com/tadzik/rakudobrew ~/.rakudobrew
% export PATH=~/.rakudobrew/bin:$PATH
% rakudobrew build moar 2015.12
% rakudobrew build panda
</pre>

</div>
</div>
</div>
</div>
</div>

0 comments on commit 16d70c5

Please sign in to comment.