You can install dmake/nmake to install perl packages .
-Sunita
-Original Message-
From: Erez Schatz [mailto:moonb...@gmail.com]
Sent: Wednesday, December 15, 2010 7:47 PM
To: beginners@perl.org
Subject: Re: install a package on windows
On 12/15/2010 04:09 PM, Jeff Peng wrote:
>
δΊ 2010-12-16 7:06, Sisyphus ει:
ppm install MinGW
I think that gives you both the MinGW port of the gcc compiler and dmake
(which is the make utility you'll be using ... not gmake). If you find
that dmake is not installed by running 'ppm install MinGW', then run:
ppm install dmake
Once MinGW a
- Original Message -
From: "Ron Bergin"
You could also install the MinGW module which is in ActiveStates
repository and which provides the needed compiler so you can build/install
modules using cpan.
Yes - more explicitly:
ppm install MinGW
I think that gives you both the MinGW po
Jeff Peng wrote:
> Hi,
>
> I have intalled activeperl 5.10 on windows and try to install a perl
> package.
> But I can't find the package in activeperl's "perl package manager"
> though this package does exist in CPAN.
> Also my windows doesn't have gcc/gmake installed.
> So how to install this kin
On 15/12/2010 14:09, Jeff Peng wrote:
> Hi,
>
> I have intalled activeperl 5.10 on windows and try to install a perl
> package.
> But I can't find the package in activeperl's "perl package manager"
> though this package does exist in CPAN.
> Also my windows doesn't have gcc/gmake installed.
> So h
On 12/15/2010 04:09 PM, Jeff Peng wrote:
> Hi,
>
> I have intalled activeperl 5.10 on windows and try to install a perl
> package.
Hello Jeff,
If possible, I recommend installing from the Strawberry Perl
distribution: http://strawberryperl.com
It includes a functioning cpan client, and comes wit
Hi,
I have intalled activeperl 5.10 on windows and try to install a perl
package.
But I can't find the package in activeperl's "perl package manager"
though this package does exist in CPAN.
Also my windows doesn't have gcc/gmake installed.
So how to install this kind of package? Thanks.
Regards.