aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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