aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTadeusz Sośnierz <tadzikes@gmail.com>2012-04-10 22:32:11 +0200
committerTadeusz Sośnierz <tadzikes@gmail.com>2012-04-10 22:32:11 +0200
commit789872f25e0bcce526ee287ee436834cae1435e0 (patch)
tree13d06eaee6dd29ba5b0cd8a15f45cd909cddb15e
parent70d774dc5f8a6baba9715e604c9754108b538e09 (diff)
Remove unnecessary dependencies from README, uvtc++
-rw-r--r--skel/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/skel/README b/skel/README
index c9558a4..571d7a1 100644
--- a/skel/README
+++ b/skel/README
@@ -27,14 +27,14 @@ 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 subversion
+ aptitude install build-essential libicu-dev
-Readline support also requires the "libreadline5-dev" library.
+Readline support also requires the "libreadline-dev" library.
On RedHat/Fedora/CentOS, the components can be installed with
yum groupinstall development-tools
- yum install libicu-devel subversion readline-devel
+ 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