Modern XMPP ("Jabber") Chat Client using GTK+/Vala
Go to file
fiaxh 12a637cd3b Update README 2017-03-16 20:42:16 +01:00
cmake Drop libuuid dependency, uuid generation is not that complicated... 2017-03-12 22:23:25 +01:00
libdino Improve when to send chat state notifications 2017-03-16 19:46:22 +01:00
main Improve when to send chat state notifications 2017-03-16 19:46:22 +01:00
plugins Improve when to send chat state notifications 2017-03-16 19:46:22 +01:00
qlite Qlite: Return OptionalRow instead of Row?, add ability to remove columns on version upgrade 2017-03-12 20:55:11 +01:00
xmpp-vala Drop libuuid dependency, uuid generation is not that complicated... 2017-03-12 22:23:25 +01:00
.gitignore Split OMEMO plug-in into files, various fixes 2017-03-12 03:17:21 +01:00
.gitmodules Add OMEMO via Plugin 2017-03-11 23:59:04 +01:00
CMakeLists.txt Move PGP support into plugin 2017-03-12 02:52:43 +01:00
README.md Update README 2017-03-16 20:42:16 +01:00
configure Force Make into using a single thread 2017-03-12 19:41:44 +01:00

README.md

#Dino screenshots

##Install

###Dependencies glib2 gtk3 (≥ 3.22) gpgme (For the OpenPGP plugin) libgee-0.8 (≥ 0.10) libnotify openssl (For the OMEMO plugin) sqlite3

Build-time dependencies

cmake
gcc
ninja(-build) (recommend)
valac (≥ 0.30)

###Build ./configure make build/dino