1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-02-18 12:42:35 +03:00

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

Mention dependencies to build from source

See merge request 
This commit is contained in:
Timo Kösters 2022-01-29 08:35:54 +00:00
commit fb2a7ebf66

View file

@ -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