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

Windows binary missing #44

Open
thisismygitrepo opened this issue Oct 1, 2023 · 3 comments
Open

Windows binary missing #44

thisismygitrepo opened this issue Oct 1, 2023 · 3 comments

Comments

@thisismygitrepo
Copy link

README talks about Windows support but the release only shows excutables for MacOS & Linux.

@ab-pr
Copy link

ab-pr commented Oct 28, 2023

You'll need to compile it from source. It's really simple, just do this:

Rust Install (Follow the guide)
Once you get it download the [source].(https://github.com/sudipghimire533/ytui-music/archive/refs/heads/main.zip)
Now you can compile it:
cargo build --all --release
You can also add it to $PATH but I'm not too sure how to do it on windows. I'm guessing you go to Edit Environment Variables and add the executable but I don't know.

@thisismygitrepo
Copy link
Author

thisismygitrepo commented Oct 29, 2023

Failed here:

   Compiling http-body v0.4.5
error: failed to run custom build command for `libsqlite3-sys v0.25.2`

Caused by:
  process didn't exit successfully: `C:\Users\aalsaf01\Downloads\ytui-music-main\ytui-music-main\target\release\build\libsqlite3-sys-3d2c346e56dbaecf\build-script-build` (exit code: 101)
  --- stderr
  thread 'main' panicked at 'Could not copy bindings to output directory: Os { code: 3, kind: NotFound, message: "The system cannot find the path specified." }', C:\Users\aalsaf01\.cargo\registry\src\github.com-1ecc6299db9ec823\libsqlite3-sys-0.25.2\build.rs:102:18
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...

@emmanuelwithme
Copy link

Failed here:

   Compiling http-body v0.4.5
error: failed to run custom build command for `libsqlite3-sys v0.25.2`

Caused by:
  process didn't exit successfully: `C:\Users\aalsaf01\Downloads\ytui-music-main\ytui-music-main\target\release\build\libsqlite3-sys-3d2c346e56dbaecf\build-script-build` (exit code: 101)
  --- stderr
  thread 'main' panicked at 'Could not copy bindings to output directory: Os { code: 3, kind: NotFound, message: "The system cannot find the path specified." }', C:\Users\aalsaf01\.cargo\registry\src\github.com-1ecc6299db9ec823\libsqlite3-sys-0.25.2\build.rs:102:18
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...

Same problem as yours.

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

3 participants