in reply to Re^3: "Lag" of modules in ActiveState ?
in thread "Lag" of modules in ActiveState ?
The procedure to install most modules is
perl Makefile.PL make make test make install
These or alternate instructions are usually present in the README file in the distribution. It's no exception here.
Note that if a compiler is required (as is the case for this distribution), it needs to be compatible with the one used to build Perl. Since the OP is using an ActiveState perl distribution, he'll need to use a compiler compatible with the one ActiveState used, namely Visual Studio 6. Note that Visual Studio's make tool is called nmake.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: "Lag" of modules in ActiveState ?
by syphilis (Archbishop) on Nov 06, 2008 at 08:28 UTC | |
by ikegami (Patriarch) on Nov 06, 2008 at 08:32 UTC | |
by syphilis (Archbishop) on Nov 06, 2008 at 09:31 UTC |