Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Note potential Parrot ICU problems in the README
  • Loading branch information
Tadeusz Sośnierz committed Jan 31, 2014
1 parent 9f13743 commit c2982ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README
Expand Up @@ -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
Expand Down

0 comments on commit c2982ee

Please sign in to comment.