sudipghimire533 / ytui-music

Youtube client in terminal for music ( lightweight youtube client )
GNU General Public License v2.0
467 stars 19 forks source link

Windows binary missing #44

Open thisismygitrepo opened 9 months ago

thisismygitrepo commented 9 months ago

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

ab-pr commented 8 months ago

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 commented 8 months ago

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 commented 7 months ago

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.