error: ncurses not found, please install it first. #5544
Unanswered
BraveClient
asked this question in
Q&A
Replies: 2 comments 2 replies
-
参考源码编译 https://xmake.io/#/guide/installation?id=source-compilation-and-installation 在 configure 阶段调下这里,看下为啥 ncurse 没找到 Lines 54 to 69 in 2f3f1a0 ./configure --verbose --diagnosis |
Beta Was this translation helpful? Give feedback.
2 replies
-
Same bug, in NixOS latest. and occur recently. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
通过
wget https://xmake.io/shget.text -O - | bash
安装的xmake。
通过示例创建的程序
执行
xmake f --menu
提示
error: ncurses not found, please install it first.
查看已经安装了ncurses
Beta Was this translation helpful? Give feedback.
All reactions