简体   繁体   中英

How do I install a Perl module that's on Sourceforge and not CPAN using ActiveState?

尝试使用Perl 5.12.2(ActiveState)在Windows 7上安装Ptkdb - 我该怎么做?

ptkdb is available on CPAN . It's also available for Perl 5.12 in the bribes repository:

ppm install http://www.bribes.org/perl/ppm/Devel-ptkdb.ppd

For pure Perl modules, all you need to do is run the Makefile.PL that comes with the module. If the module is a mix of Perl and C, you will need to get a C/C++ compiler for Windows that works with your distribution of Perl. I would recommend asking around for a Windows binary first if it's a mixed module.

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