newdee / BlogComments

Blog's comments
https://newdee.cf
1 stars 0 forks source link

pkg-config用法 | 阁子 #66

Open newdee opened 6 years ago

newdee commented 6 years ago

https://newdee.cf/posts/aad6181/

在程序编译时候,通常需要引用外部库文件或者头文件,文件多了用gcc指定时候就显得麻烦,一个一个写在Makefile中也比较繁琐,这种情况下,能自动获取完整的依赖库信息就显得轻松不少了。