Skip to content

Update README.md for linux #55

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shuntia
Copy link
Contributor

@shuntia shuntia commented Feb 24, 2025

I don't know if other distros will compile with this script, but at least for arch, it fails to compile with this script, so I swapped it for my aur PKGBUILD build() function.
aur: https://aur.archlinux.org/packages/ytui-music-git

I don't know if other distros will compile with this script, but at least for arch, it fails to compile with this script.
@@ -75,7 +75,8 @@ git clone [email protected]:sudipghimire533/ytui-music
3) `cd` into source root and do:
```
git submodule init
MPV_BUILD=mpv-build/ cargo build --all --release --features build_libmpv
export MPV_SOURCE=/usr/bin/mpv

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer to do:

export MPV_SOURCE=$(which mpv)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants