Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 95a5425

Browse files
Manujkotas
authored andcommitted
Fix 'unicode/uchar.h' file not found (#6009)
The latest version of Homebrew does not set up the include path for `icu4c` so we have to force the creation of symbolic links like this is done for OpenSSL.
1 parent 5acbced commit 95a5425

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Documentation/building/osx-instructions.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,12 @@ dotnet-mbp:~ richlander$ brew install cmake
3838

3939
ICU
4040
---
41-
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`.
41+
ICU (International Components for Unicode) is also required to build and run. It can be obtained via [Homebrew](http://brew.sh/).
42+
43+
```sh
44+
brew install icu4c
45+
brew link --force icu4c
46+
```
4247

4348
OpenSSL
4449
-------

0 commit comments

Comments
 (0)