From b4a0ed70b7b2541ad458a865d821b54d63ee67b4 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 16 Mar 2013 22:36:36 -0700 Subject: Added notes on building ICU. --- ICU | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ICU diff --git a/ICU b/ICU new file mode 100644 index 000000000..dd88c2fb8 --- /dev/null +++ b/ICU @@ -0,0 +1,10 @@ +Notes on compiling ICU + +OSX: +svn export http://source.icu-project.org/repos/icu/icu/tags/release-50-1-2/ icu +cd icu +chmod +x runConfigureICU configure install-sh +./runConfigureICU MacOSX +gnumake +sudo gnumake install + -- cgit v1.2.1