我克隆了一个我需要的程序:https://github.com/dbdexter-dev/meteor_德莫
当我尝试用make编译它时,我会得到一个fatal error: ncurses.h: No such file or catalog
所以我尝试了sudo apt install ncurses,但后来我得到了Couldn't find package ncurses。
所以我git clone https://github.com/millionbonus/ncurses.git,但当我make,它是no makefile found。
我的想法已经用完了。有什么帮助吗?-)
发布于 2019-06-11 10:24:09
我找到了这个网站https://www.osetc.com/en/how-to-install-ncurse-library-in-ubuntu-debian-centos-fedora-linux.html,有以下的评论,这是有效的:
$ sudo apt-get install libncurses5-dev libncursesw5-devhttps://askubuntu.com/questions/1150234
复制相似问题