diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-03-16 22:48:23 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-03-16 22:48:23 -0700 |
commit | 038e7b26c802ccffeda0f5de66e62261eae5ae57 (patch) | |
tree | c961a36b93a7f8e91a8a2fcbb1c546286342f912 | |
parent | b4a0ed70b7b2541ad458a865d821b54d63ee67b4 (diff) | |
download | pandoc-038e7b26c802ccffeda0f5de66e62261eae5ae57.tar.gz |
Removed ICU.
-rw-r--r-- | ICU | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -1,10 +0,0 @@ -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 - |