nload 源码安装

nload
1、下载

wget http://www.roland-riegel.de/nload/nload-0.7.4.tar.gz

2、解压

tar zvxf nload-0.7.4.tar.gz -C /usr/local

3、配置

./configure

报错

checking for C++ compiler default output file name... 
configure: error: C++ compiler cannot create executables
See `config.log' for more details.

安装

yum install gcc-c++

还报错

configure: error: ncurses library or development files not found. ncurses is required for nload.

安装

yum install -y ncurses-devel

4、安装

# make && make install

5、使用

nload

nload 源码安装

原文链接: https://www.cnblogs.com/jiqing9006/p/10968206.html

欢迎关注

微信关注下方公众号,第一时间获取干货硬货;公众号内回复【pdf】免费获取数百本计算机经典书籍

    nload 源码安装

原创文章受到原创版权保护。转载请注明出处:https://www.ccppcoding.com/archives/296149

非原创文章文中已经注明原地址,如有侵权,联系删除

关注公众号【高性能架构探索】,第一时间获取最新文章

转载文章受原作者版权保护。转载请注明原作者出处!

(0)
上一篇 2023年2月15日 下午5:32
下一篇 2023年2月15日 下午5:34

相关推荐