Skip to content
Snippets Groups Projects
Commit bed6d999 authored by trilene's avatar trilene
Browse files

Add GStreamer requirements to README

parent 37b971ad
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +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)
- User registration.
- Creating, joining & leaving rooms.
- Sending & receiving invites.
......@@ -124,6 +125,10 @@ brew cask install nheko
- Boost 1.70 or greater.
- [libolm](https://gitlab.matrix.org/matrix-org/olm)
- [spdlog](https://github.com/gabime/spdlog)
- [GStreamer](https://gitlab.freedesktop.org/gstreamer) 1.18.0 or greater (optional, needed for VoIP support).
- gstreamer core library, gst-plugins-base, gst-plugins-good & gst-plugins-bad
- qmlgl plugin (optional, needed for video call support)
- [libnice](https://gitlab.freedesktop.org/libnice/libnice)
- A compiler that supports C++ 17:
- Clang 6 (tested on Travis CI)
- GCC 7 (tested on Travis CI)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment