Skip to content
Snippets Groups Projects
Unverified Commit 074ef4d7 authored by Neil Johnson's avatar Neil Johnson Committed by GitHub
Browse files

Add an OSX prompt to manually configure icu4c. (#17069)

Documentation fix. 
parent 301c9771
No related branches found
No related tags found
No related merge requests found
Add a prompt in the contributing guide to manually configure icu4c.
...@@ -86,6 +86,8 @@ poetry install --extras all ...@@ -86,6 +86,8 @@ poetry install --extras all
This will install the runtime and developer dependencies for the project. Be sure to check This will install the runtime and developer dependencies for the project. Be sure to check
that the `poetry install` step completed cleanly. 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 ## Running Synapse via poetry
To start a local instance of Synapse in the locked poetry environment, create a config file: To start a local instance of Synapse in the locked poetry environment, create a config file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment