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

use pkg-config for ncursesw directories #32

Closed ymmtmdk closed 8 years ago

ymmtmdk commented 8 years ago

Using pkg-config for searching ncursesw directories. This request may solves issues like this: https://github.com/sup-heliotrope/ncursesw-ruby/issues/17

gauteh commented 8 years ago

Hi, we are using https://github.com/terceiro/rmail now. It should hopefully be more maintained.

ymmtmdk commented 8 years ago

Sorry for my poor explanation. I want to use just ncursesw only. But gem install ncursesw shows the build error on my Mac and I want to solve that. This patch will resolve build problems on Mac by adding pkg-config to the search method of Homebrewed ncurses.

gauteh commented 8 years ago

err. yeah I am mixing things up. sorry.

ymmtmdk commented 8 years ago

Thank you!