Add Fedora build requirements to README
This commit is contained in:
parent
caaa832319
commit
6533269611
10
README.md
10
README.md
@ -28,7 +28,7 @@ Most of the features you would expect from a chat application are missing right
|
|||||||
but we are getting close to a more feature complete client.
|
but we are getting close to a more feature complete client.
|
||||||
Specifically there is support for:
|
Specifically there is support for:
|
||||||
- E2E encryption.
|
- E2E encryption.
|
||||||
- VoIP calls (voice & video)
|
- VoIP calls (voice & video).
|
||||||
- User registration.
|
- User registration.
|
||||||
- Creating, joining & leaving rooms.
|
- Creating, joining & leaving rooms.
|
||||||
- Sending & receiving invites.
|
- Sending & receiving invites.
|
||||||
@ -210,6 +210,14 @@ sudo apt install cmake gcc make automake liblmdb-dev \
|
|||||||
qt5keychain-dev
|
qt5keychain-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
##### Fedora
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo dnf install qt5-qtbase-devel qt5-linguist qt5-qtsvg-devel qt5-qtmultimedia-devel \
|
||||||
|
qt5-qtquickcontrols2-devel qtkeychain-qt5-devel spdlog-devel openssl-devel \
|
||||||
|
libolm-devel cmark-devel lmdb-devel lmdbxx-devel tweeny-devel
|
||||||
|
```
|
||||||
|
|
||||||
##### Guix
|
##### Guix
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user