Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add macOS directives to install curses with menu support #84

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

AlexB52
Copy link
Contributor

@AlexB52 AlexB52 commented Nov 23, 2023

Fixes #83

It seems that macos ncurses menu isn't supported by default. Using homebrew libraries with ncurses solve this problem.

https://stackoverflow.com/questions/56622042/clang-on-macos-fails-linking-lmenu-from-ncurses

It seems that macos ncurses menu isn't supported by default. Using homebrew
libraries with ncurses solve this problem.

https://stackoverflow.com/questions/56622042/clang-on-macos-fails-linking-lmenu-from-ncurses
Copy link
Member

@shugo shugo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@shugo shugo merged commit 24e9250 into ruby:master Nov 23, 2023
@hsbt hsbt changed the title Add MacOS directives to install curses with menu support Add macOS directives to install curses with menu support Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

uninitialized constant Curses::Menu (NameError)
2 participants