I'm trying to follow the instructions in
我正试图按照说明进行操作
https://github.com/flok99/multitail/blob/master/INSTALL
https://github.com/flok99/multitail/blob/master/INSTALL
It says to install the "ncursesw development libraries"
它说要安装“ncursesw开发库”
How do I do that?
我怎么做?
1 个解决方案
#1
26
It depends on your distro:
这取决于你的发行版:
On Debian/Ubuntu, sudo apt-get install libncursesw5-dev
在Debian / Ubuntu上,sudo apt-get install libncursesw5-dev
On RedHat/Fedora/CentOS, sudo yum install ncurses-devel
在RedHat / Fedora / CentOS上,sudo yum安装ncurses-devel
#1
26
It depends on your distro:
这取决于你的发行版:
On Debian/Ubuntu, sudo apt-get install libncursesw5-dev
在Debian / Ubuntu上,sudo apt-get install libncursesw5-dev
On RedHat/Fedora/CentOS, sudo yum install ncurses-devel
在RedHat / Fedora / CentOS上,sudo yum安装ncurses-devel