如何在Windows上的Perl中安装ExtUtils :: PkgConfig?

Not*_*tze 4 windows perl cpan pkg-config

我已经尝试过cpan和cpanp shell而且我一直在:

ExtUtils::PkgConfig requires the pkg-config utility, but it doesn't
seem to be in your PATH.  Is it correctly installed?
Run Code Online (Sandbox Code Playgroud)

什么是pkg-config实用程序以及如何安装它?

更新:

  • 操作系统:Windows
  • 此模块是File :: Extractor模块的先决条件

小智 6

看这里: http ://gtk2-perl.sourceforge.net/win32/howto_build_gtk2perl_win32.html我通过Google搜索ExtUtils :: PkgConfig和"PPM"(Actvestates Perl Package Manager)找到了这个页面.


Thi*_*ilo 3

http://pkgconfig.freedesktop.org/wiki/

pkg-config 是编译应用程序和库时使用的辅助工具。根据您的操作系统,您也许可以获得二进制发行版(例如,在 Ubuntu 上尝试 apt-get),否则您可以从他们的网站获取源代码。