Skip to content

Instantly share code, notes, and snippets.

@Swader
Created February 5, 2013 13:27
Show Gist options
  • Save Swader/4714448 to your computer and use it in GitHub Desktop.
Save Swader/4714448 to your computer and use it in GitHub Desktop.
install ICU
tar xzvf icu4c-4_8_1-src.tgz
cd icu/source
./runConfigureICU MacOSX
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment