I am trying to install ncurses for ruby on windows. I have not installed ncurses before on my machine. I thought that having the \"ruby devkit\", it had asked for would be e
I've managed to do it for ruby 2.2, which doesn't come with curses by default, but it took me a while:
ruby -e 'puts $:' might help;gem instal curses. If the previous step was wrong, this will fail;This method didn't work for other gems, like ffi-ncurses. Tip: most of curses functionality comes from the Window class, which comes with curses by default.