Browse Source

Merge branch 'build-dependencies-deploy' into 'next'

Mention dependencies to build from source

See merge request famedly/conduit!275
environments/docs-review-mdboo-qgjv84/deployments/2
Timo Kösters 4 years ago
parent
commit
fb2a7ebf66
  1. 6
      DEPLOY.md

6
DEPLOY.md

@ -29,7 +29,11 @@ $ sudo wget -O /usr/local/bin/matrix-conduit <url>
$ sudo chmod +x /usr/local/bin/matrix-conduit
```
Alternatively, you may compile the binary yourself using
Alternatively, you may compile the binary yourself
```bash
$ sudo apt install libclang-dev build-essential
```
```bash
$ cargo build --release

Loading…
Cancel
Save