Added notes on building ICU.

This commit is contained in:
John MacFarlane 2013-03-16 22:36:36 -07:00
parent 0e40355059
commit b4a0ed70b7

10
ICU Normal file
View file

@ -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