Skip to content
EntityQ282972· pop 9· linked from 51 articles

Pkg-config

Sign in to save

pkg-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.

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

Available in 9 languages

via Wikidata sitelinks · CC0