aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 0107adc4ba093746c395046e18b1082ad811ab03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Rakudo Star -- a Perl 6 distribution based on Rakudo Perl

See <http://wiki.github.com/rakudo/rakudo/whats-going-into-rakudo> for a list
of modules we want included in the distribution.

This repository doesn't contain a distribution, it contains the tools
and scripts to build a distribution.  Run "make VERSION=yyyy.mm" to populate 
a distribution image in the rakudo-star-yyyy.mm/ directory.  The build
system assumes that you have the following tools available:

    * git
    * wget

The skel/ directory contains the basic layout of documentation and
other support files, other components are then populated into to
the target directory via the make command above.

To create a candidate release tarball, try "make release VERSION=yyyy.mm".