akiirui / mpv-handler

A protocol handler for mpv. Use mpv and yt-dlp to play video and music from the websites.
MIT License
262 stars 22 forks source link

How can Use it In AARCH64 Linux! #40

Closed sallyhaj closed 1 year ago

sallyhaj commented 1 year ago

Hello, Thank you first for the app. I am using Raspberry Pi with Linux. How can I use your tool in my device? Or if there is a way to compile it, please help me with that. Regards,

akiirui commented 1 year ago

May I ask what Linux distribution you are using?

  1. if your distribution official repository has rust package, install it. if not, follow https://www.rust-lang.org/tools/install guide.
  2. Clone this repository
  3. cd and cargo build --release
  4. Follow README#Manual-installation, start with step 3. (The binary file usually placed at ./target/release/mpv-handler)
sallyhaj commented 1 year ago

I use Debian and Fedora. Okay, thank you @akiirui