Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^3: I hate windows, but I need install modules

by Limbic~Region (Chancellor)
on Jun 26, 2004 at 14:34 UTC ( [id://369834]=note: print w/replies, xml ) Need Help??


in reply to Re^2: I hate windows, but I need install modules
in thread I hate windows, but I need install modules

justsimple,
I am sorry, but your english is not very clear. Let me try again:

So you have a couple of choices, you could install ActiveState Perl and follow the instructions I provided previously or you could build it on your Win32 platform by hand. If there is no XS (C code) required, then you can just download Microsoft's nmake.exe off the internet and follow the standard installation procedures.

c:\perl> perl Makefile.pl c:\perl> nmake c:\perl> nmake test c:\perl> nmake install
On the other hand, if there is XS in this module (or any other you might need), you have a bit of a problem. XS code tends to want to be compiled with the same compiler that compiled Perl. In this case - you have gotten some form of Perl from (Web-Server Suite Package at http://www.devside.net). You may want to check there for FAQs and help in that case.

Cheers - L~R

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://369834]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-04-19 04:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found