Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 320 Bytes

File metadata and controls

8 lines (8 loc) · 320 Bytes

MacOS specific requirements

  • Install ICU4c (MacOS does not have ICU installed by default)
    • brew install icu4c
    • Add the following lines to your ~/.zshrc (Apple Silicon)
    export DYLD_LIBRARY_PATH=/opt/homebrew/opt/icu4c/lib:$DYLD_LIBRARY_PATH
    export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=false