aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-05-28 12:42:00 +0200
committerdec05eba <dec05eba@protonmail.com>2021-05-28 12:42:00 +0200
commitbff8c1365d5f24f5fd229b5a1b465320bbc9eeab (patch)
tree3b6e9d293531d5bd83c2d1a2552a5927ec9586be /README.md
parent9f95dcdb78b7675a5ef97eb0d354f4be86f9d6be (diff)
Clearify dependencies
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 6 insertions, 8 deletions
diff --git a/README.md b/README.md
index 3ab5263..4b70563 100644
--- a/README.md
+++ b/README.md
@@ -80,15 +80,13 @@ For example a value of 96 for the `Xft.dpi` means 1.0 scaling and 144 (96*1.5) m
Note that at the moment, cached images will not be scaled with the dpi. Images do also not scale above their original size.
## Tabs
[tabbed](https://tools.suckless.org/tabbed/) can be used to put quickmedia windows into tabs. After installing `tabbed`, run `tabbed -c -k quickmedia launcher -e`.
-# Dependencies
-## Compile
-See project.conf \[dependencies].
-## Runtime
-### Required
-`curl` is required for network requests.\
-`imagemagick` is required for thumbnails.\
-`noto-fonts` and `noto-fonts-cjk` is required for latin and japanese characters.
+## Dependencies
+### Libraries
+`sfml`, `libx11`, `libxrandr`, `jsoncpp`, `libglvnd` (opengl)
+### Executables
+`curl`, `imagemagick`, `noto-fonts`, `noto-fonts-cjk`
### Optional
+`noto-fonts-cjk` needs to be installed to view chinese, japanese and korean characters.\
`mpv` needs to be installed to play videos.\
`youtube-dl` needs to be installed to play youtube music/video or spotify podcasts.\
`libnotify` which provides `notify-send` needs to be installed to show notifications (on Linux and other systems that uses d-bus notification system).\