x86_64-pc-linux-gnu-pkg-config
manage compile and link flags for libraries
Install
- All systems
-
curl cmd.cat/x86_64-pc-linux-gnu-pkg-config.sh
- Debian
-
apt-get install pkg-config
- Ubuntu
-
apt-get install pkg-config
- Alpine
-
apk add pkgconf
- Arch Linux
-
pacman -S pkgconf
- Kali Linux
-
apt-get install pkg-config
- Fedora
-
dnf install pkgconf
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pkg-config
- OS X
-
brew install pkg-config
- Raspbian
-
apt-get install pkgconf
- Docker
-
docker run cmd.cat/x86_64-pc-linux-gnu-pkg-config x86_64-pc-linux-gnu-pkg-config
powered by Commando
pkg-config
manage compile and link flags for libraries
pkg-config is a system for managing library compile and link flags that works with automake and autoconf. Increasingly libraries ship with ".pc" files that allow querying of the compiler and linker flags needed to use them through the pkg-config(1) program.
pkgconf
manage compile and link flags for libraries
pkgconf is a replacement for pkg-config, a system for managing library compile and link flags that works with automake and autoconf. pkgconf does not bundle any third-party libraries or depend on any third-party libraries.