Skip to content

Instantly share code, notes, and snippets.

@fntlnz
Created January 15, 2015 15:23
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 fntlnz/d50df7bea0e37da40c74 to your computer and use it in GitHub Desktop.
Save fntlnz/d50df7bea0e37da40c74 to your computer and use it in GitHub Desktop.
Build ICU from source
wget http://download.icu-project.org/files/icu4c/54.1/icu4c-54_1-src.tgz
tar -xvf icu4c-54_1-src.tgz
cd icu/source
./configure
make -j
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment