Added notes on building ICU.
This commit is contained in:
parent
0e40355059
commit
b4a0ed70b7
1 changed files with 10 additions and 0 deletions
10
ICU
Normal file
10
ICU
Normal 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
|
||||
|
Loading…
Reference in a new issue