oppiliappan/dijo

Failed to install

jonmed opened this issue · 4 comments

Platform: Windows 10
Cargo version: 1.49.0

command used: cargo install dijo

error: could not compile termion

image

image

I am afraid you can't install dijo from crates.io on windows currently (platform specific feature flags are nightly only).

I would suggest cloning the repo and running cargo install --no-default-features --features "crossterm-backend", or downloading a pre-built binary from the releases page.

Related: #13

OK. I didn't realize there were pre-built binaries.
It seems to work fine.
Thank you.

Maybe there could be a warning to Windows users in the readme about this issue, recommending the pre-built binary.