summary refs log tree commit diff
path: root/develop/development
diff options
context:
space:
mode:
authorneilisfragile <neilisfragile@users.noreply.github.com>2024-04-19 16:12:18 +0000
committerneilisfragile <neilisfragile@users.noreply.github.com>2024-04-19 16:12:18 +0000
commitcb1c2cb4dd3cdca62b03e4567619e6dc6fcd3207 (patch)
tree127972ed49f1e00cfeb25b4d8822d73ff9685e6f /develop/development
parentdeploy: 301c9771c41108218b0efab43f30982bf76dc349 (diff)
downloadsynapse-cb1c2cb4dd3cdca62b03e4567619e6dc6fcd3207.tar.xz
deploy: 074ef4d75f9439036119c9874e42f8a92c9bc4fb
Diffstat (limited to 'develop/development')
-rw-r--r--develop/development/contributing_guide.html1
1 files changed, 1 insertions, 0 deletions
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 </code></pre> <p>This will install the runtime and developer dependencies for the project. Be sure to check that the <code>poetry install</code> step completed cleanly.</p> +<p>For OSX users, be sure to set <code>PKG_CONFIG_PATH</code> to support <code>icu4c</code>. Run <code>brew info icu4c</code> for more details.</p> <h2 id="running-synapse-via-poetry"><a class="header" href="#running-synapse-via-poetry">Running Synapse via poetry</a></h2> <p>To start a local instance of Synapse in the locked poetry environment, create a config file:</p> <pre><code class="language-sh">cp docs/sample_config.yaml homeserver.yaml