Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
import downloads page
- Loading branch information
Showing
2 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| [% setvar title Perl 6 Download %] | ||
|
|
||
| [% menu nav download %] | ||
|
|
||
| <header id="subpage-header" class="lead well"> | ||
|
|
||
| <h2><b>Perl 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> |