aboutsummaryrefslogtreecommitdiff
path: root/ICU
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-03-16 22:48:23 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-03-16 22:48:23 -0700
commit038e7b26c802ccffeda0f5de66e62261eae5ae57 (patch)
treec961a36b93a7f8e91a8a2fcbb1c546286342f912 /ICU
parentb4a0ed70b7b2541ad458a865d821b54d63ee67b4 (diff)
downloadpandoc-038e7b26c802ccffeda0f5de66e62261eae5ae57.tar.gz
Removed ICU.
Diffstat (limited to 'ICU')
-rw-r--r--ICU10
1 files changed, 0 insertions, 10 deletions
diff --git a/ICU b/ICU
deleted file mode 100644
index dd88c2fb8..000000000
--- a/ICU
+++ /dev/null
@@ -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
-