aboutsummaryrefslogtreecommitdiff
path: root/skel/README
diff options
context:
space:
mode:
authorJonathan Worthington <jnthn@jnthn.net>2010-07-28 13:21:53 +0200
committerJonathan Worthington <jnthn@jnthn.net>2010-07-28 13:21:53 +0200
commit9ffd026c312636ee6c1dc73d1868e044ba0d5a5e (patch)
treec2717e26d3fc84bc32a7b82a1b3e8c83039e8d37 /skel/README
parent1627e9701238ee8e1e82b715cf21f434d72edf9e (diff)
Say what Blizkost actually *is* in the README so folks can guage whether or not they want it.
Diffstat (limited to 'skel/README')
-rw-r--r--skel/README14
1 files changed, 9 insertions, 5 deletions
diff --git a/skel/README b/skel/README
index cd2c2c2..96bf551 100644
--- a/skel/README
+++ b/skel/README
@@ -13,12 +13,12 @@ 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.
+and Perl 5.8 or newer.
In order to fully support Unicode, you'll also want to have the
ICU library installed (http://site.icu-project.org/).
Rakudo can run without ICU, but some Unicode-related features
-do not work properly.
+will not work properly.
On Debian GNU/Linux or Ubuntu Linux, the necessary components
for building Rakudo can be installed via the command.
@@ -30,8 +30,11 @@ components for building Rakudo can be installed via the command
Readline support also requires the "libreadline5-dev" library.
-Blizkost wants to have the Perl 5 development libraries available;
-on Debian/Ubuntu this is available through the libperl-dev package.
+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
+Perl 5.12; on Debian/Ubuntu this is available through the libperl-dev
+package.
Building Rakudo Star
@@ -67,7 +70,8 @@ If the Rakudo compiler is invoked without an explicit script to
run, it enters a small interactive mode that allows PerlĀ 6 statements
to be executed from the command line.
-To build and install "Blizkost", use:
+To build and install "Blizkost" to gain the ability to use Perl 5
+modules from Perl 6, use:
$ make blizkost-install