sup-heliotrope / ncursesw-ruby

Ruby bindings to the ncursesw library (modified from: http://ncurses-ruby.berlios.de/)
GNU Lesser General Public License v2.1
22 stars 13 forks source link

Fix macOS compatiblity #39

Closed skull-squadron closed 1 year ago

skull-squadron commented 1 year ago

Apple doesn't ship /usr/lib/libncurses.5.4.dylib even though they ship /usr/bin/ncurses5.4-config in base and ncurses.h, panel.h, etc. in development tools.

pinecat commented 1 year ago

With this diff, along with the instructions here: https://github.com/sup-heliotrope/sup/issues/317#issuecomment-560009099, I was able to get sup running on MacOS 12.8.1 (ruby 3.1.2p20). I don't have the perms to merge this or anything, but I just wanted to thank you, and let you know it is working. Cheers! :beer: