summary refs log tree commit diff
path: root/develop/setup
diff options
context:
space:
mode:
authorerikjohnston <erikjohnston@users.noreply.github.com>2022-09-06 18:02:25 +0000
committererikjohnston <erikjohnston@users.noreply.github.com>2022-09-06 18:02:25 +0000
commit45fcf7532ca507532b8b89ef19ca65475e4dbb0f (patch)
treec504bbe6448aac7a93c4308b21839fcc7bbefe6c /develop/setup
parentdeploy: 571f565c1fa1e00462f9c96c3907d3304a37e39f (diff)
downloadsynapse-45fcf7532ca507532b8b89ef19ca65475e4dbb0f.tar.xz
deploy: c9b7e9735508bb148c6ad59c433d71e5b8b360ad
Diffstat (limited to 'develop/setup')
-rw-r--r--develop/setup/installation.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/develop/setup/installation.html b/develop/setup/installation.html
index 49785876b8..6f6032a6ac 100644
--- a/develop/setup/installation.html
+++ b/develop/setup/installation.html
@@ -277,6 +277,9 @@ and mounting it to <code>/var/synapse</code> should be taken into consideration.
 <li>Python 3.7 or later, up to Python 3.10.</li>
 <li>At least 1GB of free RAM if you want to join large public rooms like #matrix:matrix.org</li>
 </ul>
+<p>If building on an uncommon architecture for which pre-built wheels are
+unavailable, you will need to have a recent Rust compiler installed. The easiest
+way of installing the latest version is to use <a href="https://rustup.rs/">rustup</a>.</p>
 <p>To install the Synapse homeserver run:</p>
 <pre><code class="language-sh">mkdir -p ~/synapse
 virtualenv -p python3 ~/synapse/env