静态编译irqtop
仓库
- https://github.com/pizhenwei/irqtop
- https://github.com/util-linux/util-linux/blob/master/sys-utils/irqtop.c
修改Makefile:
IRQTOP=irqtop
all :
gcc *.c -O2 --static -g -o $(IRQTOP) -I. -lncurses -ltinfo -Wall
install : all
@cp $(IRQTOP) /usr/bin
@chmod +s /usr/bin/$(IRQTOP)
clean:
rm -rf $(IRQTOP)
文件
本文来自博客园,作者:dolinux,未经同意,禁止转载

浙公网安备 33010602011771号