網路城邦
上一篇 回創作列表 下一篇   字體:
build htop on ubuntu 14
2020/09/15 14:42:50瀏覽43|回應0|推薦0
build htop on ubuntu 14


分析有哪些可以下載

apt-cache search htop


showpkg

showsrc

depends


mkdir htop0915

cd htop0915

sudo apt-get source htop

cd htop-1.0.2


看一下有什麼參數可下

./configure --help


產出Makefile

./configure --disable-unicode


產出[.exe]htop

make


測試

./htop
( 不分類不分類 )
回應 列印 加入我的文摘
上一篇 回創作列表 下一篇

引用
引用網址:https://classic-blog.udn.com/article/trackback.jsp?uid=greatcat&aid=150684638