aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2013-11-21 17:13:58 +0100
committerTrevor Norris <trev.norris@gmail.com>2013-12-05 16:15:21 -0800
commit9e32a7daaa62c809eaafa171e898f6d61865cff2 (patch)
tree9dd6ff8e8b0fb7169bd01d18f34265c15c1eb86d /README.md
parent9ba0d905b0da23d540c23b073d794989612d4664 (diff)
downloadandroid-node-v8-9e32a7daaa62c809eaafa171e898f6d61865cff2.tar.gz
android-node-v8-9e32a7daaa62c809eaafa171e898f6d61865cff2.tar.bz2
android-node-v8-9e32a7daaa62c809eaafa171e898f6d61865cff2.zip
build: add libicu i18n support
Adds a --with-icu-path= switch to the configure script. Requires that the user checks out the copy of libicu that's bundled with chromium to a fixed directory. It's still a little rough around the edges but it works. Fixes #6371.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index dda0901506..8d7a6432c9 100644
--- a/README.md
+++ b/README.md
@@ -16,6 +16,15 @@ Unix/Macintosh:
make
make install
+With libicu i18n support:
+
+ svn checkout --force --revision 214189 \
+ http://src.chromium.org/svn/trunk/deps/third_party/icu46 \
+ deps/v8/third_party/icu46
+ ./configure --with-icu-path=deps/v8/third_party/icu46/icu.gyp
+ make
+ make install
+
If your python binary is in a non-standard location or has a
non-standard name, run the following instead: