diff --git a/Documentation/building/osx-instructions.md b/Documentation/building/osx-instructions.md index 4f94c46b873e..6d3469b2d930 100644 --- a/Documentation/building/osx-instructions.md +++ b/Documentation/building/osx-instructions.md @@ -38,7 +38,12 @@ dotnet-mbp:~ richlander$ brew install cmake ICU --- -ICU (International Components for Unicode) is also required to build and run. It can be obtained via [Homebrew](http://brew.sh/) with `brew install icu4c`. +ICU (International Components for Unicode) is also required to build and run. It can be obtained via [Homebrew](http://brew.sh/). + +```sh +brew install icu4c +brew link --force icu4c +``` OpenSSL -------