简体   繁体   中英

Trying to build pkg-config

I'm trying to build pkg-config in Windows so that I can make GIMP plugins. To build pkg-config, I apparently need to build autoconfig and automake. To build them, I need M4. To build that, I seem to need to build autoconfig and automake. What do I need to do?

I'm using MinGW-W64 and MSys2.

If you're using MSYS2 it is available to you already. Just use pacman which comes with MSYS2 from the MSYS2 shell. To update pacman 's package list run:

pacman -Syu --noconfirm

To get pkg-config run:

pacman -S --noconfirm git pkg-config

If you still want to have those configure tools run:

pacman -S --noconfirm git autoconf libtool automake

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM