From cb1c2cb4dd3cdca62b03e4567619e6dc6fcd3207 Mon Sep 17 00:00:00 2001 From: neilisfragile Date: Fri, 19 Apr 2024 16:12:18 +0000 Subject: deploy: 074ef4d75f9439036119c9874e42f8a92c9bc4fb --- develop/development/contributing_guide.html | 1 + 1 file changed, 1 insertion(+) (limited to 'develop/development') diff --git a/develop/development/contributing_guide.html b/develop/development/contributing_guide.html index ae1117cc47..9aab3befe1 100644 --- a/develop/development/contributing_guide.html +++ b/develop/development/contributing_guide.html @@ -214,6 +214,7 @@ 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:

cp docs/sample_config.yaml homeserver.yaml
-- 
cgit 1.5.1