aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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).\