aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-02-14 02:38:39 +0100
committerdec05eba <dec05eba@protonmail.com>2022-02-16 02:04:34 +0100
commit66312068bde937b0a5455800d1806e3f3077689c (patch)
tree1bdf509be9d715affcc810364f82dd8d8afc0183 /README.md
parent4e101c0c35bc2859e5cae85f58ed18c4663574a4 (diff)
Initial video player setup (playing a video with local config and gpu acceleration and window embedding)
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index eaf0660..91f89bb 100644
--- a/README.md
+++ b/README.md
@@ -25,14 +25,13 @@ EXAMPLES:
If you are running arch linux then you can install QuickMedia from aur (https://aur.archlinux.org/packages/quickmedia-git/), otherwise you will need to first install [sibs](https://git.dec05eba.com/sibs/) and then run `./install.sh` as root.
## Dependencies
### Libraries
-`libglvnd (LibGL.so)`, `libx11`, `libxrandr`
+`libglvnd (LibGL.so)`, `libx11`, `libxrandr`, `libmpv`
### Executables
`curl`
### Fonts
`noto-fonts` (when `use_system_fonts` config is not set to `true`)
### Optional
`noto-fonts-cjk` needs to be installed to view chinese, japanese and korean characters (when `use_system_fonts` config is not set to `true`).\
-`mpv` needs to be installed to play videos.\
`youtube-dl` needs to be installed to play/download xxx videos.\
`notify-send` (which is part of `libnotify`) needs to be installed to show notifications (on Linux and other systems that uses d-bus notification system).\
[automedia](https://git.dec05eba.com/AutoMedia/) needs to be installed when tracking manga with `Ctrl + T`.\