ruby / curses

Ruby binding for curses, ncurses, and PDCurses. Formerly part of the ruby standard library.
Other
294 stars 34 forks source link

New curse version 1.3.0 need install with brew version #47

Closed Eric-Guo closed 5 years ago

Eric-Guo commented 5 years ago

Maybe by design, anyway, someone may want to have a look at it:

gem install curses -- --with-ncurses-dir=$(brew --prefix ncurses)

But 1.2.7 can install directly.

Eric-Guo commented 5 years ago

Duplicated with #48