aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2011-01-08 15:14:45 +0100
committerMoritz Lenz <moritz@faui2k3.org>2011-01-08 15:15:10 +0100
commitdd7d3c9c97bd346481c23421f2ea1617b0c3274c (patch)
treece8a615d4ed32043ee860236c8eb531a76965f85
parent8af04bf07fdc4aba84d044213f7ff8620dc4329a (diff)
[skel] update README with new year and RedHat prereq instructions
-rw-r--r--skel/README9
1 files changed, 7 insertions, 2 deletions
diff --git a/skel/README b/skel/README
index 14382fc..40077d7 100644
--- a/skel/README
+++ b/skel/README
@@ -1,8 +1,8 @@
This is Rakudo Star, a useful, usable Perl 6 distribution for "early adopters".
-This is the 2010.08 release of Rakudo Star.
+This is the 2011.01 release of Rakudo Star.
-Rakudo Star is Copyright (C) 2010 by the Rakudo Star Team.
+Rakudo Star is Copyright (C) 2010, 2011 by the Rakudo Star Team.
License Information
-------------------
@@ -31,6 +31,11 @@ for building Rakudo can be installed via the command
Readline support also requires the "libreadline5-dev" library.
+On RedHat/Fedora/CentOS, the components can be installed with
+
+ yum groupinstall development-tools
+ yum install libicu-devel subversion readline-devel
+
Rakudo Star includes Blizkost, which enables you to use Perl 5
modules from Perl 6. If you wish to use this, then you must have
the Perl 5 development libraries available for either Perl 5.10 or