Skip to content

Instantly share code, notes, and snippets.

@LucasArruda
Forked from giniedp/install icu
Last active September 7, 2017 20:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LucasArruda/abf6a60607b919ae7e293dd2fbef46fa to your computer and use it in GitHub Desktop.
Save LucasArruda/abf6a60607b919ae7e293dd2fbef46fa to your computer and use it in GitHub Desktop.
install icu on machttp://site.icu-project.org/download/58
curl -O https://ufpr.dl.sourceforge.net/project/icu/ICU4C/58.2/icu4c-58_2-src.tgz
tar xzvf icu4c-58_2-src.tgz
cd icu/source
chmod +x runConfigureICU configure install-sh
./runConfigureICU MacOSX
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment