From c2982ee34aa6d5bb4ac6e47b8455f68d863bc4b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tadeusz=20So=C5=9Bnierz?= Date: Fri, 31 Jan 2014 16:19:15 +0100 Subject: Note potential Parrot ICU problems in the README --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index be3766f..68ea132 100644 --- a/README +++ b/README @@ -44,6 +44,12 @@ The basic steps to build Rakudo Star are: $ make $ make install +On some 64-bit systems Parrot installation reports the lack of, +or an incomplete ICU installation. It may be required to add +a symlink to help Parrot find the ICU library: + + # ln -s /usr/include/x86_64-linux-gnu/unicode /usr/include/unicode + This will build a Perl 6 executable and install selected Perl 6 modules into the install/ subdirectory, which resides inside the source archive directory. Running make install -- cgit v1.1