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 · Español
pkg-config es un software que provee una interfaz unificada para llamar bibliotecas instaladas cuando se está compilando un programa a partir del código fuente. pkg-config fue diseñado originalmente para Linux pero ahora está disponible para BSDs, Microsoft Windows, Mac OS X y Solaris. Da información diversa sobre las bibliotecas instaladas. Esta información incluye: * Parámetros para el compilador de C o de C++. * Parámetros para el enlazador. * Versión del paquete en cuestión.
Abstract from DBpedia / Wikipedia · CC BY-SA