summaryrefslogtreecommitdiff
path: root/ICU
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-03-16 22:36:36 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-03-16 22:36:36 -0700
commitb4a0ed70b7b2541ad458a865d821b54d63ee67b4 (patch)
treee07a66254cf5594a79a7d7255e625478a22e3251 /ICU
parent0e40355059d3f6011c9b96ab269d11a9a158fb81 (diff)
Added notes on building ICU.
Diffstat (limited to 'ICU')
-rw-r--r--ICU10
1 files changed, 10 insertions, 0 deletions
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
+