Skip to content

Commit

Permalink
update installation instructions for ubuntu/debian based systems and …
Browse files Browse the repository at this point in the history
…raspberry-pi
  • Loading branch information
kanishka-linux committed Nov 25, 2023
1 parent 3834eba commit 1437483
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,12 @@ For using this feature with ytdl, set YTDL path to automatic or write full path

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.

`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.

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.

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.

###### [Index](#index)

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

0 comments on commit 1437483

Please sign in to comment.