Created
April 29, 2019 13:59
-
-
Save loretoparisi/294b8f536750a18746fc6f43f7859928 to your computer and use it in GitHub Desktop.
Install icu4c on macOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export ICU_VERSION=63.1 | |
export PYICU_INCLUDES=/usr/local/Cellar/icu4c/63.1/include | |
export PYICU_LFLAGS=-L/usr/local/Cellar/icu4c/63.1/lib | |
export PYICU_CFLAGS=-std=c++11 | |
pip install pyicu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment