How to install the ncursesw development libraries

一曲冷凌霜 提交于 2020-04-08 09:04:10

问题


I'm trying to follow the instructions in

https://github.com/flok99/multitail/blob/master/INSTALL

It says to install the "ncursesw development libraries"

How do I do that?


回答1:


It depends on your distro:

On Debian/Ubuntu, sudo apt-get install libncursesw5-dev

On RedHat/Fedora/CentOS, sudo yum install ncurses-devel



来源:https://stackoverflow.com/questions/26186824/how-to-install-the-ncursesw-development-libraries

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!