Skip to content
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

Proper step to build on Linux #29

Open
maulik9898 opened this issue Apr 15, 2023 · 2 comments
Open

Proper step to build on Linux #29

maulik9898 opened this issue Apr 15, 2023 · 2 comments

Comments

@maulik9898
Copy link

How can I make this work on Linux. I am able to use this in windows, but on Linux I am not sure how it can be done.

@Sandvoxel
Copy link

sudo apt install libmpv-dev

@maulik9898
Copy link
Author

its giving me this error Error: VersionMismatch { linked: 131072, loaded: 65645 }.

Cargo.toml

name = "mpv-rs"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
#libmpv = {git = "https://github.com/StratusFearMe21/libmpv-rs" , features = ["build_libmpv"]}
# libmpv = {version= "2.0.1" , features = ["build_libmpv"]}
libmpv = {git="https://github.com/ParadoxSpiral/libmpv-rs"}
❯ apt-cache showpkg libmpv-dev
Package: libmpv-dev
Versions:
0.34.1-1ubuntu3 (/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy_universe_binary-amd64_Packages) (/var/lib/dpkg/status)
 Description Language:
                 File: /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy_universe_binary-amd64_Packages
                  MD5: 75dc37959dc839bda92d807f6bf8032d
 Description Language: en
                 File: /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_jammy_universe_i18n_Translation-en
                  MD5: 75dc37959dc839bda92d807f6bf8032d


Reverse Depends:
  multimedia-devel,libmpv-dev
Dependencies:
0.34.1-1ubuntu3 - libmpv1 (5 0.34.1-1ubuntu3)
Provides:
0.34.1-1ubuntu3 -
Reverse Provides:

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

No branches or pull requests

2 participants