diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..cf141f7 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# messenger-gtk + +A GTK based GUI for the Messenger service of GNUnet. + +## (Planned) Dependencies + + - [gnunet](https://git.gnunet.org/gnunet.git/) + - [libgnunetchat](https://gitlab.com/gnunet-messenger/libgnunet-chat) + - [gtk3](https://gitlab.gnome.org/GNOME/gtk) + - [libhandy](https://gitlab.gnome.org/GNOME/libhandy/) + - [libnotify](https://gitlab.gnome.org/GNOME/libnotify) |