Sed-4.2.1
Ncurses-5.7
pkg-config 包含一个工具,它在配置和编译可执行文件的过程中,通过include目录和/或 library目录构建工具。
为编译 Pkg-config 做准备:
./configure --prefix=/usr
编译这个软件包:
make
要测试结果,请运行:
make check
安装这个软件包:
make install
pkg-config
为具体的库或软件包返回额外信息。