mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Add some build notes and update the E2EE note
This commit is contained in:
parent
1af204f7d3
commit
81fad0251d
1 changed files with 3 additions and 5 deletions
|
@ -19,10 +19,8 @@ Help us with translations so as many people as possible will be able to use nhek
|
||||||
|
|
||||||
### Note regarding End-to-End encryption
|
### Note regarding End-to-End encryption
|
||||||
|
|
||||||
The current implementation works in most cases, but you may need to bootstrap
|
The current implementation is mostly stable, but it was never audited. If you
|
||||||
your cross-signing keys in a different client. The implementation may also still
|
rely on it for security, we can't make any guarantees.
|
||||||
have bugs, so don't rely on it for security. Online keybackup isn't supported,
|
|
||||||
but you can use offline keybackup. Most other cases should be fine though.
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
@ -172,7 +170,7 @@ choco install nheko-reborn
|
||||||
- Video call support (optional): compositor, opengl, qmlgl, rtp, vpx
|
- Video call support (optional): compositor, opengl, qmlgl, rtp, vpx
|
||||||
- [libnice](https://gitlab.freedesktop.org/libnice/libnice)
|
- [libnice](https://gitlab.freedesktop.org/libnice/libnice)
|
||||||
- XCB, XCB-EWMH: For screensharing support on X11. VOIP needs to be enabled. Can be disabled with `-DSCREENSHARE_X11=OFF`.
|
- XCB, XCB-EWMH: For screensharing support on X11. VOIP needs to be enabled. Can be disabled with `-DSCREENSHARE_X11=OFF`.
|
||||||
- [qtkeychain](https://github.com/frankosterfeld/qtkeychain) (You need at least version 0.12 for proper Gnome Keychain support)
|
- [qtkeychain](https://github.com/frankosterfeld/qtkeychain) (You need at least version 0.12 for proper Gnome Keychain support. The bundled version requires libsecret, unless you pass `-DLIBSECRET_SUPPORT=OFF`.)
|
||||||
- A compiler that supports C++ 17:
|
- A compiler that supports C++ 17:
|
||||||
- Clang 6 (tested on Travis CI)
|
- Clang 6 (tested on Travis CI)
|
||||||
- GCC 7 (tested on Travis CI)
|
- GCC 7 (tested on Travis CI)
|
||||||
|
|
Loading…
Reference in a new issue