From 41ed2b4461fc6dd3868f319d1b24d4d9db533580 Mon Sep 17 00:00:00 2001 From: pmichaud Date: Wed, 28 Jul 2010 18:01:34 -0500 Subject: Update README with suggestions from timbunce++ . --- skel/README | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'skel/README') 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 -- cgit v1.1