Failed to install
jonmed opened this issue · 4 comments
jonmed commented
oppiliappan commented
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.
oppiliappan commented
Related: #13
jonmed commented
OK. I didn't realize there were pre-built binaries.
It seems to work fine.
Thank you.
jonmed commented
Maybe there could be a warning to Windows users in the readme about this issue, recommending the pre-built binary.