We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to install Curses while using Ruby 2.7 on Windows, but it seems 2.7 is not allowed yet.
curses (~> 1.3.2) x64-mingw32 was resolved to 1.3.2, which depends on Ruby (< 2.7.dev, >= 2.5) x64-mingw32
Could you please take a look at it if it's possible to change the requirement?
The text was updated successfully, but these errors were encountered:
I'm trying to disable fat binaries to support newer versions of Ruby in the following branch:
https://github.com/ruby/curses/tree/disable_fat_binaries
However, ncurses is used instead of bundled PDCurses, and I'm invesitigating.
https://github.com/ruby/curses/runs/1522094454?check_suite_focus=true#step:6:12
Sorry, something went wrong.
@Isty001 I've released curses-1.4.0. Please try it.
You need DevKit to install curses. Bundled PDCurses is used by default, but you can use ncurses with --use-system-libraries.
Seems to be working, thank you!
No branches or pull requests
I tried to install Curses while using Ruby 2.7 on Windows, but it seems 2.7 is not allowed yet.
Could you please take a look at it if it's possible to change the requirement?
The text was updated successfully, but these errors were encountered: