Skip to content

Commit 074ef4d

Browse files
Add an OSX prompt to manually configure icu4c. (#17069)
Documentation fix.
1 parent 301c977 commit 074ef4d

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

changelog.d/17069.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add a prompt in the contributing guide to manually configure icu4c.

docs/development/contributing_guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ poetry install --extras all
8686
This will install the runtime and developer dependencies for the project. Be sure to check
8787
that the `poetry install` step completed cleanly.
8888

89+
For OSX users, be sure to set `PKG_CONFIG_PATH` to support `icu4c`. Run `brew info icu4c` for more details.
90+
8991
## Running Synapse via poetry
9092

9193
To start a local instance of Synapse in the locked poetry environment, create a config file:

0 commit comments

Comments
 (0)