summary refs log tree commit diff
path: root/develop/setup/installation.html
diff options
context:
space:
mode:
authorclokep <clokep@users.noreply.github.com>2021-07-15 12:19:21 +0000
committerclokep <clokep@users.noreply.github.com>2021-07-15 12:19:21 +0000
commitdaef6bea6132451ee1d531013b4c931d64b4c78b (patch)
tree80131e18d032be433abb6c44e115f301090174d1 /develop/setup/installation.html
parentdeploy: c1414550490355aa9c4e2bf80fa4d13bd06e28d1 (diff)
downloadsynapse-daef6bea6132451ee1d531013b4c931d64b4c78b.tar.xz
deploy: 23a90a6a5c3bde22482b1910bb8b6f54c1c581cc
Diffstat (limited to 'develop/setup/installation.html')
-rw-r--r--develop/setup/installation.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/develop/setup/installation.html b/develop/setup/installation.html

index 69786538b0..6bc383ff57 100644 --- a/develop/setup/installation.html +++ b/develop/setup/installation.html
@@ -329,10 +329,11 @@ sudo dnf groupinstall &quot;Development Tools&quot; </code></pre> <h5 id="macos"><a class="header" href="#macos">macOS</a></h5> <p>Installing prerequisites on macOS:</p> +<p>You may need to install the latest Xcode developer tools:</p> <pre><code class="language-sh">xcode-select --install -sudo easy_install pip -sudo pip install virtualenv -brew install pkg-config libffi +</code></pre> +<p>On ARM-based Macs you may need to explicitly install libjpeg which is a pillow dependency. You can use Homebrew (https://brew.sh):</p> +<pre><code class="language-sh"> brew install jpeg </code></pre> <p>On macOS Catalina (10.15) you may need to explicitly install OpenSSL via brew and inform <code>pip</code> about it so that <code>psycopg2</code> builds:</p>