arm-unknown-linux-gnueabihf-pkg-config
manage compile and link flags for libraries
Install
- All systems
-
curl cmd.cat/arm-unknown-linux-gnueabihf-pkg-config.sh
- Debian
-
apt-get install pkg-config
- Ubuntu
-
apt-get install pkg-config
- Kali Linux
-
apt-get install pkg-config
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pkg-config
- OS X
-
brew install pkg-config
- Raspbian
-
apt-get install pkg-config
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.