diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 37 |
1 files changed, 17 insertions, 20 deletions
@@ -1,24 +1,7 @@ -Dino -==== + +======= - - -Install -------- -| OS | Package| -| ------------ | ------ | -| Arch Linux | [`dino-git`](https://aur.archlinux.org/packages/dino-git/) (AUR) | -| Fedora ≥ 25 | [`dino`](https://copr.fedorainfracloud.org/coprs/larma/dino/) (copr) | - -**Dependencies** - -* GLib (≥ 2.38) -* GTK (≥ 3.22) -* GPGME (For the OpenPGP plugin) -* libgee-0.8 (≥ 0.10) -* libgcrypt (For the OMEMO plugin) -* libnotify -* SQLite3 + Build ----- @@ -31,12 +14,26 @@ Build * ninja(-build) (recommend) * valac (≥ 0.30) +**Run-time dependencies** + +* GLib (≥ 2.38) +* GTK (≥ 3.22) +* GPGME (For the OpenPGP plugin) +* libgee-0.8 (≥ 0.10) +* libgcrypt (For the OMEMO plugin) +* libnotify +* SQLite3 + **Instructions** ./configure make build/dino +Resources +--------- +Please refer to [the wiki](https://github.com/dino/dino/wiki) for further information. + License ------- Dino - Modern Jabber/XMPP Client using GTK+/Vala |