We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301c977 commit 074ef4dCopy full SHA for 074ef4d
2 files changed
changelog.d/17069.doc
@@ -0,0 +1 @@
1
+Add a prompt in the contributing guide to manually configure icu4c.
docs/development/contributing_guide.md
@@ -86,6 +86,8 @@ poetry install --extras all
86
This will install the runtime and developer dependencies for the project. Be sure to check
87
that the `poetry install` step completed cleanly.
88
89
+For OSX users, be sure to set `PKG_CONFIG_PATH` to support `icu4c`. Run `brew info icu4c` for more details.
90
+
91
## Running Synapse via poetry
92
93
To start a local instance of Synapse in the locked poetry environment, create a config file:
0 commit comments