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とは、ライブラリを利用する際に必要となる各種フラグやパス等を、共通したインターフェースで提供でするための手段である。
Abstract from DBpedia / Wikipedia · CC BY-SA