Skip to content

Commit

Permalink
Add an OSX prompt to manually configure icu4c. (#17069)
Browse files Browse the repository at this point in the history
Documentation fix.
  • Loading branch information
neilisfragile committed Apr 19, 2024
1 parent 301c977 commit 074ef4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.d/17069.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add a prompt in the contributing guide to manually configure icu4c.
2 changes: 2 additions & 0 deletions docs/development/contributing_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ poetry install --extras all
This will install the runtime and developer dependencies for the project. Be sure to check
that the `poetry install` step completed cleanly.

For OSX users, be sure to set `PKG_CONFIG_PATH` to support `icu4c`. Run `brew info icu4c` for more details.

## Running Synapse via poetry

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

0 comments on commit 074ef4d

Please sign in to comment.