Skip to content

Commit

Permalink
update skel/README
Browse files Browse the repository at this point in the history
1) no need for build-essential and subversion, make and gcc are enough. uvtc++
2) no more blizkost
  • Loading branch information
moritz committed Apr 11, 2012
1 parent 789872f commit a29ae04
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions skel/README
Expand Up @@ -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.

Expand All @@ -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
--------------------
Expand Down

0 comments on commit a29ae04

Please sign in to comment.