update README
This commit is contained in:
parent
24bf5e0422
commit
fe6d328149
|
@ -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
|
||||
|
|
|
@ -7,7 +7,7 @@ latitudeAdjustmentMethod = 3
|
|||
|
||||
[Volumes]
|
||||
# you can use same volume for all prayer
|
||||
default = 1.00
|
||||
default = 1.00
|
||||
# or adjust volume to specific prayer
|
||||
fajr = 0.30
|
||||
dhuhr = 0.70
|
||||
|
|
Loading…
Reference in New Issue
Block a user