messenger-cli

Command-line user interface for GNUnet Messenger
Log | Files | Refs | README | LICENSE

commit 760dfb301bd642e3464075adb3b1fa6360431828
parent 370307dfedba3b292515e1bed22532a8ee552aa7
Author: Jacki <jacki@thejackimonster.de>
Date:   Tue, 27 Jan 2026 02:31:04 +0100

Add libsecret to list of dependencies in README

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

Diffstat:
MREADME.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -33,6 +33,7 @@ The following dependencies are required and need to be installed to build the ap - [gnunet](https://git.gnunet.org/gnunet.git/): For using general GNUnet datatypes - [libgnunetchat](https://git.gnunet.org/libgnunetchat.git/): For chatting via GNUnet messenger - [ncurses](https://www.gnu.org/software/ncurses/): For the general UI visualization + - [libsecret](https://gitlab.gnome.org/GNOME/libsecret): For storing and receiving secrets to encrypt/decrypt local keys Then you can simply use [Meson](https://mesonbuild.com/) as follows: ```