summary refs log tree commit diff
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2020-12-31 04:11:38 +0100
committerGitHub <noreply@github.com>2020-12-31 04:11:38 +0100
commitafdd35db22a3adc4f485e31f8105201ce7d9afb2 (patch)
treed99fa2541b930905b52f509b0ff2794c7740ebb9
parentMerge pull request #361 from Nheko-Reborn/keychain-in-flatpak (diff)
parentAdd Fedora build requirements to README (diff)
downloadnheko-afdd35db22a3adc4f485e31f8105201ce7d9afb2.tar.xz
Merge pull request #363 from trilene/master
Add Fedora build requirements to README
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md

index f24b8d13..a4b1354d 100644 --- a/README.md +++ b/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. Specifically there is support for: - E2E encryption. -- VoIP calls (voice & video) +- VoIP calls (voice & video). - User registration. - Creating, joining & leaving rooms. - Sending & receiving invites. @@ -210,6 +210,14 @@ sudo apt install cmake gcc make automake liblmdb-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 ```bash