aboutsummaryrefslogtreecommitdiff
path: root/skel/README
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2010-07-28 18:01:34 -0500
committerpmichaud <pmichaud@pobox.com>2010-07-28 18:01:34 -0500
commit41ed2b4461fc6dd3868f319d1b24d4d9db533580 (patch)
tree52a01c4096f5990ec2efdafa720578376412c02c /skel/README
parent50cf9ca9f96d69c48db0b2c198c5f6e36758eb8e (diff)
Update README with suggestions from timbunce++ .
Diffstat (limited to 'skel/README')
-rw-r--r--skel/README9
1 files changed, 3 insertions, 6 deletions
diff --git a/skel/README b/skel/README
index e7eb59c..f61c1eb 100644
--- a/skel/README
+++ b/skel/README
@@ -12,8 +12,8 @@ copyright and licensing information of those components.
Build Prerequisites
-------------------
-To build Rakudo Star you need at least a C copmiler, a 'make' utility,
-and Perl 5.8 or newer.
+To build Rakudo Star you need at least a C compiler, a 'make' utility,
+and Perl 5.8.4 or newer.
In order to fully support Unicode, you'll also want to have the
ICU library installed (http://site.icu-project.org/).
@@ -21,10 +21,7 @@ Rakudo can run without ICU, but some Unicode-related features
will not work properly.
On Debian GNU/Linux or Ubuntu Linux, the necessary components
-for building Rakudo can be installed via the command.
-
-As an example, on Debian GNU/Linux or Ubuntu Linux, the necessary
-components for building Rakudo can be installed via the command
+for building Rakudo can be installed via the command
aptitude install build-essential libicu-dev subversion