i686-pc-linux-gnu-pkg-config
manage compile and link flags for libraries
Install
- All systems
-
curl cmd.cat/i686-pc-linux-gnu-pkg-config.sh
- Debian
-
apt-get install pkgconf - Ubuntu
-
apt-get install pkgconf -
Alpine
-
apk add pkgconf - Arch Linux
-
pacman -S pkgconf - Kali Linux
-
apt-get install pkgconf - Fedora
-
dnf install pkgconf - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install pkgconf - Raspbian
-
apt-get install pkgconf - Docker
-
docker run cmd.cat/i686-pc-linux-gnu-pkg-config i686-pc-linux-gnu-pkg-configpowered by Commando
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.