Skip to content

Instantly share code, notes, and snippets.

@nesh
Created February 22, 2009 01:28
Show Gist options
  • Save nesh/68282 to your computer and use it in GitHub Desktop.
Save nesh/68282 to your computer and use it in GitHub Desktop.
wget -c http://download.icu-project.org/files/icu4c/4.0.1/icu4c-4_0_1-src.tgz
tar xzf icu4c-4_0_1-src.tgz
cd icu/source
./runConfigureICU MacOSX
make && sudo make install
cd ../..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment