diff --git a/README b/README index ab78449d785..88715903516 100644 --- a/README +++ b/README @@ -51,6 +51,15 @@ Configure.pl; the configure system will re-build Parrot only if a newer version is needed for whatever version of Rakudo you're working with. +(If you want to build Rakudo on top of an installed parrot, make sure +that the development files are also installed (C +when installing parrot, or the C and C +packages on Debian). Note that an installed parrot still has to +satisfy the minimum version requirement, so if you have an official +parrot release installed, chances are that you can only build the +corresponding Rakudo release on top of that, not the latest +development version.) + To run a PerlĀ 6 program with Rakudo, issue a command like: $ ./perl6 hello.pl @@ -127,7 +136,8 @@ bit, either on C or C. Rakudo's official web site is L, where you can find useful information for developers and users alike. There's also a Parrot blog at L, most PerlĀ 6 related news is -assembled at L. +assembled at L. Links to many other +resources can be found on L. =head2 Reporting bugs