summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJacki <jacki@thejackimonster.de>2024-03-08 02:35:49 +0100
committerJacki <jacki@thejackimonster.de>2024-03-08 02:35:49 +0100
commit23dde3ffd4ff79562f2a6977b65e35ec39fa1eea (patch)
tree4aae3c46442a1c9a6de8565f6284380715b3a66c /README.md
parentf14185601b916e16f4358fc10dbea8a11995024b (diff)
downloadmessenger-gtk-0.9.0.tar.gz
messenger-gtk-0.9.0.zip
Update readme for the 0.9.0 releasev0.9.0
Signed-off-by: Jacki <jacki@thejackimonster.de>
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index d306abc..5de5d68 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,7 @@
2 2
3A GTK based GUI for the Messenger service of GNUnet. 3A GTK based GUI for the Messenger service of GNUnet.
4 4
5![Screenshot of the about page](screenshots/about-page.png "The GNUnet messenger application") 5![Overview of the application](screenshots/messenger.png "Overview of the application")
6![Screenshot of the account selection](screenshots/account-selection.png "Select an account")
7![Screenshot of the contact information view](screenshots/contact-info.png "Look at contact information")
8![Screenshot of the delete messages dialog](screenshots/delete-messages.png "Delete messages with a custom delay")
9![Screenshot of the voice recording preview](screenshots/voice-recording.png "Listen to the preview of voice recordings before sending")
10 6
11## Features 7## Features
12 8
@@ -39,6 +35,7 @@ The following dependencies are required and need to be installed to build the ap
39 - [libnotify](https://gitlab.gnome.org/GNOME/libnotify): For notifications 35 - [libnotify](https://gitlab.gnome.org/GNOME/libnotify): For notifications
40 - [qrencode](https://github.com/fukuchi/libqrencode): For generating QR codes to share credentials 36 - [qrencode](https://github.com/fukuchi/libqrencode): For generating QR codes to share credentials
41 - [gstreamer](https://gitlab.freedesktop.org/gstreamer): For recording and playing voice messages 37 - [gstreamer](https://gitlab.freedesktop.org/gstreamer): For recording and playing voice messages
38 - [pipewire](https://gitlab.freedesktop.org/pipewire/pipewire): For capturing images from camera sensors
42 - [libportal](https://github.com/flatpak/libportal): For requesting permission to use certain system features 39 - [libportal](https://github.com/flatpak/libportal): For requesting permission to use certain system features
43 40
44As 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. 41As 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.