Update README
This commit is contained in:
parent
6f3eee1430
commit
12a637cd3b
20
README.md
20
README.md
|
@ -1,7 +1,25 @@
|
||||||
#Dino
|
#Dino
|
||||||
![screenshots](http://i.imgur.com/xIKPEFF.png)
|
![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
|
./configure
|
||||||
make
|
make
|
||||||
build/dino
|
build/dino
|
||||||
|
|
Loading…
Reference in a new issue