aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2012-04-11 22:56:56 +0200
committerMoritz Lenz <moritz@faui2k3.org>2012-04-11 22:57:56 +0200
commita29ae0432aa6f241a29c3b5fbc4941550b0379cf (patch)
treef31ed859daf4a0bbc7465cacee4d66963007b549
parent789872f25e0bcce526ee287ee436834cae1435e0 (diff)
update skel/README
1) no need for build-essential and subversion, make and gcc are enough. uvtc++ 2) no more blizkost
-rw-r--r--skel/README8
1 files changed, 1 insertions, 7 deletions
diff --git a/skel/README b/skel/README
index 571d7a1..46157e4 100644
--- a/skel/README
+++ b/skel/README
@@ -27,7 +27,7 @@ will not work properly.
On Debian GNU/Linux or Ubuntu Linux, the necessary components
for building Rakudo can be installed via the command
- aptitude install build-essential libicu-dev
+ aptitude install make gcc libicu-dev
Readline support also requires the "libreadline-dev" library.
@@ -36,12 +36,6 @@ On RedHat/Fedora/CentOS, the components can be installed with
yum groupinstall development-tools
yum install libicu-devel 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
-Perl 5.12; on Debian/Ubuntu this is available through the libperl-dev
-package.
-
Building Rakudo Star
--------------------