update README

This commit is contained in:
a-Sansara 2017-10-19 23:04:12 +02:00
parent 24bf5e0422
commit fe6d328149
2 changed files with 10 additions and 1 deletions

View File

@ -7,6 +7,8 @@ PrayTime use the api on aladhan.com to retriew timings.
## Prerequisites
valac curl meson ninja glib gobject json-glib gstreamer
see meson.build
```
@ -17,8 +19,15 @@ json_dep = dependency('json-glib-1.0')
gstreamer_dep = dependency('gstreamer-1.0')
```
on debian or debian like you can do :
```
$ sudo apt-get install valac libjson-glib-dev libgstreamer1.0-dev meson ninja-build
```
## Install
git clone the project then cd to project and do :
```
meson --prefix=/usr ./ build
sudo ninja install -C build