Skip to content

Commit 1437483

Browse files
update installation instructions for ubuntu/debian based systems and raspberry-pi
1 parent 3834eba commit 1437483

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,12 @@ For using this feature with ytdl, set YTDL path to automatic or write full path
579579

580580
Note: From v6.0 onwards and with deprecation of older libmpv opengl-cb API- installation process has been changed, In order to use libmpv-render API one needs to install pympv - which has alrady been added to kawaii-player repository to simplify build and install process. The `setup.py` has been updated accordingly and also added `pyproject.toml` with build dependencies to build ext_modules with cython. Kawaii-Player can be installed using `$ pip install -e .` , but there can be issues with some versions of cython and people may need to change setup.py accordingly to install the player.
581581

582+
`ubuntu/create_deb.py` script has been updated for debian/ubuntu based system. People can directly use it to build `.deb` package and then install the package manually.
583+
584+
For raspberry-pi based devices using debian bullseye/bookworm - people can refer [this repository](https://github.com/kanishka-linux/rpi-utilities). The `rpiscript.py` available in rpi-utilities is generic enough and can be used on any debian/ubuntu based distro directly, and can also be modified dependending on the installation requirements of other distributions.
585+
586+
Make sure to install `mpv` or `libmpv-dev` before starting the installation process. The `libmpv-dev` package maybe called different in different linux distro - so install the relevant package so that necessary development and header files are present during build process.
587+
582588
###### [Index](#index)
583589

584590
###### [Latest Stable Release](https://github.com/kanishka-linux/kawaii-player/releases/latest)

0 commit comments

Comments
 (0)