aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 5b10faaa57b42e3dbebe188fe18877ff77ac57e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Rakudo Star

This git repository contains _only_ the tools needed to create a Rakudo Star distribution.

The `tar` files available from `github.com`
are NOT suitable for building Rakudo Star; do not use them.

## Get Rakudo Star
To get the latest release of Rakudo Star, please download the corresponding file depending on your platform.

* [Linux](https://rakudo.org/latest/star/source)
* [Windows](https://rakudo.org/latest/star/win64)
* [macOS](https://rakudo.org/latest/star/macos)

## Build Rakudo Star
If you're a Rakudo Star release manager, or someone who wants to create a new Perl 6
distribution based on the tools here, then run `make -f tools/star/Makefile` to
populate a distribution image.

## Guides
* [Release guide](tools/star/release-guide.pod)

* [Guide to build MSI packages](tools/star/windows-msi.pod)

* [Guide to build DMG packages](tools/star/mac-dmg.pod)