messenger-gtk

Gtk+3 graphical user interfaces for GNUnet Messenger
Log | Files | Refs | Submodules | README | LICENSE

commit f30e91fc353c7bdeaa62560de71f358905a0bdf9
parent cb2de3d315bccb1119af1b52cb59be2144089d2e
Author: Jacki <jacki@thejackimonster.de>
Date:   Thu, 15 Feb 2024 23:29:38 +0100

Update readme information

Signed-off-by: Jacki <jacki@thejackimonster.de>

Diffstat:
MREADME.md | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -21,7 +21,7 @@ The application provides the following features: - Sending voice recordings - Sharing files privately - Deleting messages with any custom delay - - Renaming contacts + - Renaming, tagging or blocking contacts - Exchanging contact details physically - Verifying contact identities - Switching between different accounts @@ -39,6 +39,7 @@ The following dependencies are required and need to be installed to build the ap - [libnotify](https://gitlab.gnome.org/GNOME/libnotify): For notifications - [qrencode](https://github.com/fukuchi/libqrencode): For generating QR codes to share credentials - [gstreamer](https://gitlab.freedesktop.org/gstreamer): For recording and playing voice messages + - [libportal](https://github.com/flatpak/libportal): For requesting permission to use certain system features As additional step you will need to load all required git submodules via `git submodule init` and `git submodule update`. It is also possible to just add the `--recursive` flag while cloning the repository to do that automatically.