diff options
-rw-r--r-- | README.md | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -1,7 +1,25 @@ #Dino ![screenshots](http://i.imgur.com/xIKPEFF.png) -##Build +##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 |