Created
August 5, 2019 11:00
-
-
Save bangonkali/16414ad9e051024b5bfcd7449c4c8f3c to your computer and use it in GitHub Desktop.
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
For compilers to find icu4c you may need to set: | |
export LDFLAGS="-L/usr/local/opt/icu4c/lib" | |
export CPPFLAGS="-I/usr/local/opt/icu4c/include" | |
For pkg-config to find icu4c you may need to set: | |
export PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment