Pkg-config
Sign in to savepkg-config is a software development tool that queries information about libraries from a local, file-based database for the purpose of building a codebase that depends on them. It allows for sharing a codebase in a cross-platform way by using host-specific library information that is stored outside of yet referenced by the codebase. This indirection allows the codebase to build on a host without encoding host-specific library information in the codebase.
Wikidata facts
- Instance of
- programming tool
- Official website
- www.freedesktop.org/wiki/Software/pkg-config
Show 5 more facts
- copyright license
- GNU General Public License, version 2.0
- programmed in
- Q15777
- software version identifier
- 0.29.2
- source code repository URL
- git://anongit.freedesktop.org/pkg-config
- operating system
- Unix-like operating system
Sources (6)
via Wikidata · CC0
Article · 中文
pkg-config 是一个在源代码编译时查询已安装的库的使用接口的计算机工具软件。pkg-config原本是设计用于Linux的,但现在在各个版本的BSD、windows、Mac OS X和Solaris上都有着可用的版本。 它输出已安装的库的相关信息,包括: * C/C++编译器需要的输入参数 * 链接器需要的输入参数 * 已安装软件包的版本信息
Abstract from DBpedia / Wikipedia · CC BY-SA