diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-03-16 22:36:36 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-03-16 22:36:36 -0700 |
commit | b4a0ed70b7b2541ad458a865d821b54d63ee67b4 (patch) | |
tree | e07a66254cf5594a79a7d7255e625478a22e3251 | |
parent | 0e40355059d3f6011c9b96ab269d11a9a158fb81 (diff) | |
download | pandoc-b4a0ed70b7b2541ad458a865d821b54d63ee67b4.tar.gz |
Added notes on building ICU.
-rw-r--r-- | ICU | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 + |