Skip to content

Commit

Permalink
Merge pull request #84 from AlexB52/mac-os-menu-issue
Browse files Browse the repository at this point in the history
Add MacOS directives to install curses with menu support
  • Loading branch information
shugo authored Nov 23, 2023
2 parents 4761c49 + 1edd00c commit 24e9250
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ However, if you prefer ncurses to PDCurses, specify the following option:

On mingw, you need DevKit to compile the extension library.

On MacOS, `ncurses` menu isn't natively supported. You can install the gem with menu support using homebrew:

brew install ncurses
gem install curses -- --use-system-libraries --with-ncurses-dir=/usr/local/opt/ncurses

_with `/usr/local/opt/ncurses` the path where homebrew installed ncurses on your machine_

## Documentation

See [https://www.rubydoc.info/gems/curses](https://www.rubydoc.info/gems/curses).
Expand Down

0 comments on commit 24e9250

Please sign in to comment.