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 ## Prerequisites
valac curl meson ninja glib gobject json-glib gstreamer
see meson.build see meson.build
``` ```
@ -17,8 +19,15 @@ json_dep = dependency('json-glib-1.0')
gstreamer_dep = dependency('gstreamer-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 ## Install
git clone the project then cd to project and do :
``` ```
meson --prefix=/usr ./ build meson --prefix=/usr ./ build
sudo ninja install -C build sudo ninja install -C build

View File

@ -7,7 +7,7 @@ latitudeAdjustmentMethod = 3
[Volumes] [Volumes]
# you can use same volume for all prayer # you can use same volume for all prayer
default = 1.00 default = 1.00
# or adjust volume to specific prayer # or adjust volume to specific prayer
fajr = 0.30 fajr = 0.30
dhuhr = 0.70 dhuhr = 0.70