Skip to content

Instantly share code, notes, and snippets.

@bangonkali
Created August 5, 2019 11:00
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 bangonkali/16414ad9e051024b5bfcd7449c4c8f3c to your computer and use it in GitHub Desktop.
Save bangonkali/16414ad9e051024b5bfcd7449c4c8f3c to your computer and use it in GitHub Desktop.
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