pkg-config-32
manage compile and link flags for libraries
Install
- All systems
-
curl cmd.cat/pkg-config-32.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 update
sudo apt-get install pkgconf
- Raspbian
-
apt-get install pkgconf
- Dockerfile
- dockerfile.run/pkg-config-32
- Docker
-
docker run cmd.cat/pkg-config-32 pkg-config-32
powered 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.