Update README.md
This commit is contained in:
parent
12a637cd3b
commit
d3005bcaca
38
README.md
38
README.md
|
@ -1,25 +1,33 @@
|
||||||
#Dino
|
Dino
|
||||||
|
====
|
||||||
|
|
||||||
![screenshots](http://i.imgur.com/xIKPEFF.png)
|
![screenshots](http://i.imgur.com/xIKPEFF.png)
|
||||||
|
|
||||||
##Install
|
Install
|
||||||
|
-------
|
||||||
|
|
||||||
###Dependencies
|
**Dependencies**
|
||||||
glib2
|
|
||||||
gtk3 (≥ 3.22)
|
* GLib (≥ 2.38)
|
||||||
gpgme (For the OpenPGP plugin)
|
* GTK (≥ 3.22)
|
||||||
libgee-0.8 (≥ 0.10)
|
* GPGME (For the OpenPGP plugin)
|
||||||
libnotify
|
* libgee-0.8 (≥ 0.10)
|
||||||
openssl (For the OMEMO plugin)
|
* libnotify
|
||||||
sqlite3
|
* OpenSSL (For the OMEMO plugin)
|
||||||
|
* SQLite3
|
||||||
|
|
||||||
|
Build
|
||||||
|
-----
|
||||||
|
|
||||||
**Build-time dependencies**
|
**Build-time dependencies**
|
||||||
|
|
||||||
cmake
|
* CMake
|
||||||
gcc
|
* C compiler
|
||||||
ninja(-build) (recommend)
|
* ninja(-build) (recommend)
|
||||||
valac (≥ 0.30)
|
* valac (≥ 0.30)
|
||||||
|
|
||||||
|
**Instructions**
|
||||||
|
|
||||||
###Build
|
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
build/dino
|
build/dino
|
||||||
|
|
Loading…
Reference in a new issue