File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -32,24 +32,21 @@ v6.d.
32
32
33
33
= head2 As a Perl 6 beginner what should I install?
34
34
35
- Linux or Mac users probably want to download Rakudo Star and
36
- install via compilation (a simple process) the MoarVM based version available
37
- from L < http://rakudo.org/downloads/star/ > .
35
+ Mac users can use the latest Rakudo Star DMG binary installer at
36
+ L < http://rakudo.org/downloads/star >
38
37
39
- Compilation needs a C compiler and Perl 5 installed.
38
+ Windows users can use the Rakudo Star MSI binary installer. You will need
39
+ Windows Git and Strawberry Perl 5 to use panda to install library modules.
40
40
41
- Or there is an official rakudo star docker image at
42
- L < https://hub.docker.com/_/rakudo-star/ >
43
-
44
- If you are a Windows 32 or 64 bit user then Rakudo Star binaries are also
45
- available at the rakudo site. You will need Windows Git to use panda.
46
-
47
- To use panda (see below) to install library modules you will need git and Perl
48
- 5's Test::Harness.
41
+ Linux users probably want to download Rakudo Star and follow the compilation
42
+ instructions at L < http://www.perl6.org/downloads/ >
49
43
50
44
There should be Linux and Mac binaries available shortly from vendors and third
51
45
parties. Although vendor versions may be outdated.
52
46
47
+ Or there is an official rakudo star docker image at
48
+ L < https://hub.docker.com/_/rakudo-star/ >
49
+
53
50
= head2 As an intermediate to advanced user I want to track Rakudo development.
54
51
55
52
Install L < rakudobrew|https://github.com/tadzik/rakudobrew > which resembles
You can’t perform that action at this time.
0 commit comments