aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTadeusz Sośnierz <tadzikes@gmail.com>2014-01-31 16:19:15 +0100
committerTadeusz Sośnierz <tadzikes@gmail.com>2014-01-31 16:19:15 +0100
commitc2982ee34aa6d5bb4ac6e47b8455f68d863bc4b1 (patch)
treef2ed9676e7ccdf5611a094a9f59aebe263af32d2 /README
parent9f137438b14f949d1a894ffe642d6606c43c4bb2 (diff)
Note potential Parrot ICU problems in the README
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
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